Definitto 1.1.0
The essential defines manager for the Unity game engine. API reference.
Public Member Functions | Properties | List of all members
Turbanov.Toolworks.Definitto.DefineState Class 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...
 

Detailed Description

The define activation state.

Member Function Documentation

◆ Matches() [1/3]

bool Turbanov.Toolworks.Definitto.DefineState.Matches ( BuildTypeId  buildTypeId)

Does the state match the specified buildTypeId.

Parameters
buildTypeIdThe build type identifier.

◆ Matches() [2/3]

bool Turbanov.Toolworks.Definitto.DefineState.Matches ( PlatformId  platform)

Does the state match the specified platformType.

Parameters
platformThe platform type.

◆ Matches() [3/3]

bool Turbanov.Toolworks.Definitto.DefineState.Matches ( BuildTypeId  buildTypeId,
PlatformId  platformId 
)

Does the define state match the specified buildTypeId and platformId .

Parameters
buildTypeIdThe build type identifier.
platformIdThe platform identifier.
Returns
Does the define state match the build type and platform?

Property Documentation

◆ BuildTypeId

BuildTypeId Turbanov.Toolworks.Definitto.DefineState.BuildTypeId
get

The build type the define is active for.

◆ Owner

Define Turbanov.Toolworks.Definitto.DefineState.Owner
getset

The owner of the define state. The setter is for internal purposes.

◆ PlatformId

PlatformId Turbanov.Toolworks.Definitto.DefineState.PlatformId
get

The platform type the define is active for.


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