C# Class SharpNav.NavNode

Every polygon becomes a Node, which contains a position and cost.
Inheritance: IValueWithCost
Afficher le fichier Open project: Robmaister/SharpNav Class Usage Examples

Méthodes publiques

Свойство Type Description
Flags NodeFlags
Id NavPolyId
ParentIndex int
PolyCost float
Position Microsoft.Xna.Framework.Vector3
State byte
TotalCost float

Property Details

Flags public_oe property

public NodeFlags Flags
Résultat NodeFlags

Id public_oe property

public NavPolyId Id
Résultat NavPolyId

ParentIndex public_oe property

public int ParentIndex
Résultat int

PolyCost public_oe property

Cost from previous node/poly to current.
public float PolyCost
Résultat float

Position public_oe property

public Microsoft.Xna.Framework.Vector3 Position
Résultat Microsoft.Xna.Framework.Vector3

State public_oe property

public byte State
Résultat byte

TotalCost public_oe property

Total cost up to this node
public float TotalCost
Résultat float