Méthode | Description | |
---|---|---|
ApplyDefines ( List |
||
DisableDefine ( string name ) : void | ||
EnableDefine ( string name ) : void | ||
FindDefines ( ) : List |
||
IsDefineEnabled ( string name, bool &enabled, bool &consistent ) : void |
Méthode | Description | |
---|---|---|
GetAstarPath ( ) : string |
public static ApplyDefines ( List |
||
defines | List |
|
Résultat | void |
public static DisableDefine ( string name ) : void | ||
name | string | |
Résultat | void |
public static EnableDefine ( string name ) : void | ||
name | string | |
Résultat | void |
public static IsDefineEnabled ( string name, bool &enabled, bool &consistent ) : void | ||
name | string | |
enabled | bool | |
consistent | bool | |
Résultat | void |