A test class used to demonstrate the MMObservable pattern in the MMObservableDemo scene This one disables itself on Awake, and passively listens for changes, even when disabled.
More...
|
| virtual void | OnSpeedChange () |
| virtual void | Awake () |
| | On awake we start listening for changes.
|
| virtual void | OnDestroy () |
| | On destroy we stop listening for changes.
|
| virtual void | OnEnable () |
| | On enable we do nothing.
|
| virtual void | OnDisable () |
| | On disable we do nothing.
|
A test class used to demonstrate the MMObservable pattern in the MMObservableDemo scene This one disables itself on Awake, and passively listens for changes, even when disabled.
◆ Awake()
| virtual void MoreMountains.Tools.MMObservableDemoObserverAutoSleep.Awake |
( |
| ) |
|
|
protectedvirtual |
On awake we start listening for changes.
◆ OnDestroy()
| virtual void MoreMountains.Tools.MMObservableDemoObserverAutoSleep.OnDestroy |
( |
| ) |
|
|
protectedvirtual |
On destroy we stop listening for changes.
◆ OnDisable()
| virtual void MoreMountains.Tools.MMObservableDemoObserverAutoSleep.OnDisable |
( |
| ) |
|
|
protectedvirtual |
On disable we do nothing.
◆ OnEnable()
| virtual void MoreMountains.Tools.MMObservableDemoObserverAutoSleep.OnEnable |
( |
| ) |
|
|
protectedvirtual |
◆ OnSpeedChange()
| virtual void MoreMountains.Tools.MMObservableDemoObserverAutoSleep.OnSpeedChange |
( |
| ) |
|
|
protectedvirtual |
◆ TargetSubject
The documentation for this class was generated from the following file: