Pathfinding.RecastGraph.NavmeshTile.GetVertexArrayIndex C# (CSharp) Method

GetVertexArrayIndex() public method

public GetVertexArrayIndex ( int index ) : int
index int
return int
			public int GetVertexArrayIndex (int index) {
				return index & VertexIndexMask;
			}