Feel 5.9.1
The best way to improve your game's feel and make it extra juicy
Loading...
Searching...
No Matches
MoreMountains.Tools.MMObservableDemoSubject Class Reference

A test class used to demonstrate how MMObservable works in the MMObservableTest demo scene. More...

Inheritance diagram for MoreMountains.Tools.MMObservableDemoSubject:

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.

Detailed Description

A test class used to demonstrate how MMObservable works in the MMObservableTest demo scene.

Member Function Documentation

◆ Update()

virtual void MoreMountains.Tools.MMObservableDemoSubject.Update ( )
protectedvirtual

On Update we update our x position.

Member Data Documentation

◆ PositionX

MMObservable<float> MoreMountains.Tools.MMObservableDemoSubject.PositionX = new MMObservable<float>()

a public float we expose, outputting the x position of our object


The documentation for this class was generated from the following file: