A test class used to demonstrate the MMObservable in the MMObservableTest demo scene.
More...
|
| virtual void | OnPositionChange () |
| | When the position changes, we move our object accordingly on the y axis.
|
| virtual void | OnEnable () |
| | On enable we start listening for changes.
|
| virtual void | OnDisable () |
| | On enable we stop listening for changes.
|
A test class used to demonstrate the MMObservable in the MMObservableTest demo scene.
◆ OnDisable()
| virtual void MoreMountains.Tools.MMObservableDemoObserver.OnDisable |
( |
| ) |
|
|
protectedvirtual |
On enable we stop listening for changes.
◆ OnEnable()
| virtual void MoreMountains.Tools.MMObservableDemoObserver.OnEnable |
( |
| ) |
|
|
protectedvirtual |
On enable we start listening for changes.
◆ OnPositionChange()
| virtual void MoreMountains.Tools.MMObservableDemoObserver.OnPositionChange |
( |
| ) |
|
|
protectedvirtual |
When the position changes, we move our object accordingly on the y axis.
◆ TargetSubject
The documentation for this class was generated from the following file: