NetworkAsset

NetworkAsset : TaggedAsset

Access PathLibrary.NetworkAsset

Description
Network assets represent the Path networks (waypoint, navmesh and grid) loaded into the Path runtime. They supply reference to all contained nodes as well as network data such position and size.

Methods
NetworkNodeAsset GetNode( string name )
ArrayList GetNodesByTag( string tag )

Properties
string Name
bool Enabled
Vector3 Position
Vector3 Size
NetworkNodeAsset[] Nodes