Property | Type | Description | |
---|---|---|---|
Null | |||
Polygon | NavPolyId | ||
Position | Microsoft.Xna.Framework.Vector3 |
Method | Description | |
---|---|---|
NavPoint ( NavPolyId poly, Microsoft.Xna.Framework.Vector3 pos ) |
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. |