C# Class Nomad.Logic.Navmesh

Datei anzeigen Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

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

Method Details

Hide() public static method

public static Hide ( ) : void
return void

HideActionPoints() public static method

public static HideActionPoints ( ) : void
return void

RegenerateTileAt() public static method

public static RegenerateTileAt ( Vec2 pos, bool debugMode ) : void
pos Nomad.Maths.Vec2
debugMode bool
return void

Show() public static method

public static Show ( Navmesh layer ) : void
layer Navmesh
return void

ShowActionPoints() public static method

public static ShowActionPoints ( ) : void
return void