C# Class SharpNav.Pathfinding.NavPoint

Afficher le fichier Open project: Robmaister/SharpNav Class Usage Examples

Méthodes publiques

Свойство Type Description
Null NavPoint
Polygon NavPolyId
Position Microsoft.Xna.Framework.Vector3

Méthodes publiques

Méthode Description
NavPoint ( NavPolyId poly, Microsoft.Xna.Framework.Vector3 pos )

Initializes a new instance of the NavPoint struct.

Method Details

NavPoint() public méthode

Initializes a new instance of the NavPoint struct.
public NavPoint ( NavPolyId poly, Microsoft.Xna.Framework.Vector3 pos )
poly NavPolyId The polygon that the point is on.
pos Microsoft.Xna.Framework.Vector3 The 3d position of the point.

Property Details

Null public_oe static_oe property

A null point that isn't associated with any polygon.
public static NavPoint,SharpNav.Pathfinding Null
Résultat NavPoint

Polygon public_oe property

A reference to the polygon this point is on.
public NavPolyId Polygon
Résultat NavPolyId

Position public_oe property

The 3d position of the point.
public Microsoft.Xna.Framework.Vector3 Position
Résultat Microsoft.Xna.Framework.Vector3