Class UIProcessor
public class UIProcessor : EntityProcessor<UIComponent>
- Inheritance
-
objectUIProcessor
- 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
entityEntityThe entity.
uiComponentUIComponent_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
entityEntityThe entity.
uiComponentUIComponent_UIComponent