UserInterface.OnEntitySpawn Field

GeonBit.UI

UserInterfaceOnEntitySpawn Field
Callback to execute every time a new entity is spawned (note: spawn = first time Update() is called on this entity).

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public EventCallback OnEntitySpawn

Field Value

Type: EventCallback
See Also