Tilt Five Unity API  1.3.0
Public Member Functions | Public Attributes | List of all members
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 25 of file Display.cs.

Constructor & Destructor Documentation

◆ AxesBoolean()

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

Definition at line 31 of file Display.cs.

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

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

Member Data Documentation

◆ x

bool TiltFive.AxesBoolean.x = true

Definition at line 27 of file Display.cs.

Referenced by TiltFive.AxesBoolean.AxesBoolean().

◆ y

bool TiltFive.AxesBoolean.y = true

Definition at line 28 of file Display.cs.

Referenced by TiltFive.AxesBoolean.AxesBoolean().

◆ z

bool TiltFive.AxesBoolean.z = true

Definition at line 29 of file Display.cs.

Referenced by TiltFive.AxesBoolean.AxesBoolean().


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