Click or drag to resize
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
C#
public string[] GetImplementedFrameBasedEvents()

Return Value

Type: String
Array with the names of the implemented events.
See Also