Tilt Five Unity API
1.3.0
|
Represents a boolean value. More...
Public Member Functions | |
T5_Bool (bool boolean) | |
Static Public Member Functions | |
static implicit | operator bool (T5_Bool t5_boolean) |
static implicit | operator T5_Bool (bool boolean) |
Private Attributes | |
readonly byte | booleanByte |
Represents a boolean value.
This struct exists primarily to guarantee a common memory layout when marshaling bool values to/from the native plugin.
Definition at line 140 of file NativePlugin.cs.
TiltFive.T5_Bool.T5_Bool | ( | bool | boolean | ) |
|
static |
|
static |
|
private |
Definition at line 142 of file NativePlugin.cs.
Referenced by TiltFive.T5_Bool.T5_Bool().