NetworkNodeAsset
NetworkNodeAsset : TaggedAsset
Access PathLibrary.NetworkNodeAsset
Description
Networks consist of nodes which seekers navigate between via connections. This class represents and provides functionality for a node.
Methods
bool ConnectTo( NetworkNodeAsset destination, float width )
bool ConnectsTo( NetworkNodeAsset destination )
ConnectionAsset GetConnection( NetworkNodeAsset destination )
ArrayList GetConnections( NetworkNodeAsset destination )
bool ContainsPoint( Vector3 point )
Vector3 GetNearestPoint( Vector3 point, float radius )
Properties
string Name
bool Enabled
Vector3 Position
Vector3 AbsolutePosition
NetworkAsset Network
ConnectionAsset[] Connections