Tilt Five™ Unity API  1.4.1
TiltFive.AllAxesBoolean Class Reference

Public Member Functions

 AllAxesBoolean (bool setXYZ)
 

Public Attributes

bool xyz = true
 

Detailed Description

Definition at line 39 of file Display.cs.

Constructor & Destructor Documentation

◆ AllAxesBoolean()

TiltFive.AllAxesBoolean.AllAxesBoolean ( bool  setXYZ)

Definition at line 43 of file Display.cs.

44  {
45  xyz = setXYZ;
46  }

References TiltFive.AllAxesBoolean.xyz.

Member Data Documentation

◆ xyz

bool TiltFive.AllAxesBoolean.xyz = true

Definition at line 41 of file Display.cs.

Referenced by TiltFive.AllAxesBoolean.AllAxesBoolean().


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