![]() |
Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
|
Public Member Functions | |
IObservable< Unit > | AwakeAsObservable () |
Awake is called when the script instance is being loaded. | |
IObservable< Unit > | StartAsObservable () |
Start is called on the frame when a script is enabled just before any of the Update methods is called the first time. | |
IObservable< Unit > | OnDestroyAsObservable () |
This function is called when the MonoBehaviour will be destroyed. | |
Protected Member Functions | |
abstract void | RaiseOnCompletedOnDestroy () |