Class UIElementLinkProcessor
- Namespace
- Stride.Engine.Processors
- Assembly
- Stride.UI.dll
public class UIElementLinkProcessor : EntityProcessor<UIElementLinkComponent>
- Inheritance
-
UIElementLinkProcessor
- Inherited Members
Constructors
UIElementLinkProcessor()
public UIElementLinkProcessor()
Methods
Draw(RenderContext)
Performs work related to this processor.
public override void Draw(RenderContext context)
Parameters
context
RenderContext
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
entity
EntityThe entity.
component
UIElementLinkComponentdata
UIElementLinkComponentThe associated data.