Class UIElementLinkProcessor
- Namespace
- Stride.Engine.Processors
- Assembly
- Stride.UI.dll
public class UIElementLinkProcessor : EntityProcessor<UIElementLinkComponent>- Inheritance
- 
      objectUIElementLinkProcessor
- Inherited Members
Constructors
UIElementLinkProcessor()
public UIElementLinkProcessor()Methods
Draw(RenderContext)
Performs work related to this processor.
public override void Draw(RenderContext context)Parameters
- contextRenderContext
OnEntityComponentRemoved(Entity, UIElementLinkComponent, UIElementLinkComponent)
Run when a matching entity is removed from this entity processor.
protected override void OnEntityComponentRemoved(Entity entity, UIElementLinkComponent component, UIElementLinkComponent data)Parameters
- entityEntity
- The entity. 
- componentUIElementLinkComponent
- dataUIElementLinkComponent
- The associated data.