Public Member Functions | |
| AxesBoolean (bool setX, bool setY, bool setZ) | |
Public Attributes | |
| bool | x = true |
| bool | y = true |
| bool | z = true |
Definition at line 25 of file Display.cs.
| TiltFive.AxesBoolean.AxesBoolean | ( | bool | setX, |
| bool | setY, | ||
| bool | setZ | ||
| ) |
Definition at line 31 of file Display.cs.
References TiltFive.AxesBoolean.x, TiltFive.AxesBoolean.y, and TiltFive.AxesBoolean.z.
| bool TiltFive.AxesBoolean.x = true |
Definition at line 27 of file Display.cs.
Referenced by TiltFive.AxesBoolean.AxesBoolean().
| bool TiltFive.AxesBoolean.y = true |
Definition at line 28 of file Display.cs.
Referenced by TiltFive.AxesBoolean.AxesBoolean().
| bool TiltFive.AxesBoolean.z = true |
Definition at line 29 of file Display.cs.
Referenced by TiltFive.AxesBoolean.AxesBoolean().