![]() |
SpaceRTS - Starter Pack
1.3
|
Classes | |
class | CustomEventTrigger |
Receives events from the different components attached along with this component and calls registered functions for each event. The CustomEventTrigger can be used to specify functions you wish to be called for each Action event triggered for other components. You can assign multiple functions to a single event and whenever the CustomEventTrigger receives that event it will call those functions in the order they were provided. NOTE: Only parameterless Actions can be listened for the moment. More... | |
class | GizmosExt |
Extension for the Gizmos already provided by unity More... | |