![]() |
Feel 5.9.1
The best way to improve your game's feel and make it extra juicy
|
A test class used to demonstrate how MMObservable works in the MMObservableTest demo scene. More...
Public Attributes | |
| MMObservable< float > | PositionX = new MMObservable<float>() |
| a public float we expose, outputting the x position of our object | |
Protected Member Functions | |
| virtual void | Update () |
| On Update we update our x position. | |
A test class used to demonstrate how MMObservable works in the MMObservableTest demo scene.
|
protectedvirtual |
On Update we update our x position.
| MMObservable<float> MoreMountains.Tools.MMObservableDemoSubject.PositionX = new MMObservable<float>() |
a public float we expose, outputting the x position of our object