C# Class HaloMap.H2MetaContainers.coll.PathfindingSphere

The pathfinding sphere.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
nodeindex int
position Vector3
radius float

Property Details

nodeindex public_oe property

The nodeindex.
public int nodeindex
return int

position public_oe property

The position.
public Vector3 position
return Vector3

radius public_oe property

The radius.
public float radius
return float