Table of Contents

Class UIProcessor

Namespace
Stride.Rendering.UI
Assembly
Stride.UI.dll
public class UIProcessor : EntityProcessor<UIComponent>
Inheritance
object
UIProcessor
Inherited Members
Extension Methods

Methods

OnEntityComponentAdding(Entity, UIComponent, UIComponent)

Run when a matching entity is added to this entity processor.

protected override void OnEntityComponentAdding(Entity entity, UIComponent uiComponent, UIComponent _)

Parameters

entity Entity

The entity.

uiComponent UIComponent
_ UIComponent

OnEntityComponentRemoved(Entity, UIComponent, UIComponent)

Run when a matching entity is removed from this entity processor.

protected override void OnEntityComponentRemoved(Entity entity, UIComponent uiComponent, UIComponent _)

Parameters

entity Entity

The entity.

uiComponent UIComponent
_ UIComponent