C# Class Pathfinding.OptimizationHandler

Afficher le fichier Open project: jgirald/ES2015F Class Usage Examples

Méthodes publiques

Méthode Description
ApplyDefines ( List defines ) : void
DisableDefine ( string name ) : void
EnableDefine ( string name ) : void
FindDefines ( ) : List
IsDefineEnabled ( string name, bool &enabled, bool &consistent ) : void

Private Methods

Méthode Description
GetAstarPath ( ) : string

Method Details

ApplyDefines() public static méthode

public static ApplyDefines ( List defines ) : void
defines List
Résultat void

DisableDefine() public static méthode

public static DisableDefine ( string name ) : void
name string
Résultat void

EnableDefine() public static méthode

public static EnableDefine ( string name ) : void
name string
Résultat void

FindDefines() public static méthode

public static FindDefines ( ) : List
Résultat List

IsDefineEnabled() public static méthode

public static IsDefineEnabled ( string name, bool &enabled, bool &consistent ) : void
name string
enabled bool
consistent bool
Résultat void