UIElementLinkProcessor Class
Namespace: Stride.Engine.ProcessorsAssembly: Stride.UI.dll
System.Object → EntityProcessor → EntityProcessor<UIElementLinkComponent, UIElementLinkComponent> → EntityProcessor<UIElementLinkComponent> →
UIElementLinkProcessor
Derived from UIElementLinkProcessor:
public class UIElementLinkProcessor : EntityProcessor<UIElementLinkComponent>
| Name | Description | |
|---|---|---|
| Constructors | ||
| UIElementLinkProcessor() | ||
| Methods | ||
| Draw(RenderContext) | ||
| OnEntityComponentRemoved(Entity, UIElementLinkComponent, UIElementLinkComponent) | ||
Constructors
UIElementLinkProcessor()
public UIElementLinkProcessor()
Methods
Draw(RenderContext)
public override void Draw(RenderContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderContext | context |
Overrides
OnEntityComponentRemoved(Entity, UIElementLinkComponent, UIElementLinkComponent)
protected override void OnEntityComponentRemoved(Entity entity, UIElementLinkComponent component, UIElementLinkComponent data)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | entity | |
| UIElementLinkComponent | component | |
| UIElementLinkComponent | data |
Overrides
Stride.Engine.EntityProcessor<Stride.Engine.UIElementLinkComponent, Stride.Engine.UIElementLinkComponent>.OnEntityComponentRemoved(Stride.Engine.Entity, Stride.Engine.UIElementLinkComponent, Stride.Engine.UIElementLinkComponent)