![]() |
Definitto
1.1.0
The essential defines manager for the Unity game engine. API reference.
|
The define activation state. More...
Public Member Functions | |
| bool | Matches (BuildTypeId buildTypeId) |
| Does the state match the specified buildTypeId. More... | |
| bool | Matches (PlatformId platform) |
| Does the state match the specified platformType. More... | |
| bool | Matches (BuildTypeId buildTypeId, PlatformId platformId) |
| Does the define state match the specified buildTypeId and platformId . More... | |
Properties | |
| BuildTypeId | BuildTypeId [get] |
| The build type the define is active for. More... | |
| PlatformId | PlatformId [get] |
| The platform type the define is active for. More... | |
| Define | Owner [get, set] |
| The owner of the define state. The setter is for internal purposes. More... | |
The define activation state.
| bool Turbanov.Toolworks.Definitto.DefineState.Matches | ( | BuildTypeId | buildTypeId | ) |
Does the state match the specified buildTypeId.
| buildTypeId | The build type identifier. |
| bool Turbanov.Toolworks.Definitto.DefineState.Matches | ( | PlatformId | platform | ) |
Does the state match the specified platformType.
| platform | The platform type. |
| bool Turbanov.Toolworks.Definitto.DefineState.Matches | ( | BuildTypeId | buildTypeId, |
| PlatformId | platformId | ||
| ) |
Does the define state match the specified buildTypeId and platformId .
| buildTypeId | The build type identifier. |
| platformId | The platform identifier. |
|
get |
The build type the define is active for.
|
getset |
The owner of the define state. The setter is for internal purposes.
|
get |
The platform type the define is active for.