Tilt Five™ Unity API  1.4.1
TiltFive.AxesBoolean Class Reference

Public Member Functions

 AxesBoolean (bool setX, bool setY, bool setZ)
 

Public Attributes

bool x = true
 
bool y = true
 
bool z = true
 

Detailed Description

Definition at line 24 of file Display.cs.

Constructor & Destructor Documentation

◆ AxesBoolean()

TiltFive.AxesBoolean.AxesBoolean ( bool  setX,
bool  setY,
bool  setZ 
)

Definition at line 30 of file Display.cs.

31  {
32  x = setX;
33  y = setY;
34  z = setZ;
35  }

References TiltFive.AxesBoolean.x, TiltFive.AxesBoolean.y, and TiltFive.AxesBoolean.z.

Member Data Documentation

◆ x

bool TiltFive.AxesBoolean.x = true

Definition at line 26 of file Display.cs.

Referenced by TiltFive.AxesBoolean.AxesBoolean().

◆ y

bool TiltFive.AxesBoolean.y = true

Definition at line 27 of file Display.cs.

Referenced by TiltFive.AxesBoolean.AxesBoolean().

◆ z

bool TiltFive.AxesBoolean.z = true

Definition at line 28 of file Display.cs.

Referenced by TiltFive.AxesBoolean.AxesBoolean().


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