C# Class Pathfinding.RecastGraphEditor

Inheritance: GraphEditor
Show file Open project: jgirald/ES2015F

Public Properties

Property Type Description
tagMaskFoldout bool

Public Methods

Method Description
ExportToFile ( RecastGraph target ) : void
OnInspectorGUI ( NavGraph target ) : void

Method Details

ExportToFile() public static method

public static ExportToFile ( RecastGraph target ) : void
target RecastGraph
return void

OnInspectorGUI() public method

public OnInspectorGUI ( NavGraph target ) : void
target NavGraph
return void

Property Details

tagMaskFoldout public static property

public static bool tagMaskFoldout
return bool