Tilt Five™ Unity API  1.3.0
 
Loading...
Searching...
No Matches
TiltFive.AllAxesBoolean Class Reference

Public Member Functions

 AllAxesBoolean (bool setXYZ)
 

Public Attributes

bool xyz = true
 

Detailed Description

Definition at line 40 of file Display.cs.

Constructor & Destructor Documentation

◆ AllAxesBoolean()

TiltFive.AllAxesBoolean.AllAxesBoolean ( bool  setXYZ)

Definition at line 44 of file Display.cs.

45 {
46 xyz = setXYZ;
47 }

References TiltFive.AllAxesBoolean.xyz.

Member Data Documentation

◆ xyz

bool TiltFive.AllAxesBoolean.xyz = true

Definition at line 42 of file Display.cs.

Referenced by TiltFive.AllAxesBoolean.AllAxesBoolean().


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