Highroad Engine v1.3
Public Attributes | Protected Member Functions | List of all members
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 More...
 

Protected Member Functions

virtual void Update ()
 On Update we update our x position More...
 

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: