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 143 of file NativePlugin.cs.
| TiltFive.T5_Bool.T5_Bool | ( | bool | boolean | ) |
Definition at line 147 of file NativePlugin.cs.
References TiltFive.T5_Bool.booleanByte.
|
static |
|
static |
|
private |
Definition at line 145 of file NativePlugin.cs.
Referenced by TiltFive.T5_Bool.T5_Bool().