BaseComponentGetImplementedFrameBasedEvents Method |
Get a list of frame-based events this component implements.
Namespace:
GeonBit.ECS.Components
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string[] GetImplementedFrameBasedEvents()
Return Value
Type:
StringArray with the names of the implemented events.
See Also