C# Class Pathfinding.Voxels.VoxelMesh

Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
tris int[]
verts Pathfinding.Int3[]

Property Details

tris public property

public int[] tris
return int[]

verts public property

public Int3[],Pathfinding verts
return Pathfinding.Int3[]