Table of Contents

Class UIElementLinkProcessor

Namespace
Stride.Engine.Processors
Assembly
Stride.UI.dll
public class UIElementLinkProcessor : EntityProcessor<UIElementLinkComponent>
Inheritance
UIElementLinkProcessor
Inherited Members
Extension Methods

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 Entity

The entity.

component UIElementLinkComponent
data UIElementLinkComponent

The associated data.