C# Class Nomad.Logic.Navmesh

Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode Description
Hide ( ) : void
HideActionPoints ( ) : void
RegenerateTileAt ( Vec2 pos, bool debugMode ) : void
Show ( Navmesh layer ) : void
ShowActionPoints ( ) : void

Method Details

Hide() public static méthode

public static Hide ( ) : void
Résultat void

HideActionPoints() public static méthode

public static HideActionPoints ( ) : void
Résultat void

RegenerateTileAt() public static méthode

public static RegenerateTileAt ( Vec2 pos, bool debugMode ) : void
pos Nomad.Maths.Vec2
debugMode bool
Résultat void

Show() public static méthode

public static Show ( Navmesh layer ) : void
layer Navmesh
Résultat void

ShowActionPoints() public static méthode

public static ShowActionPoints ( ) : void
Résultat void