C# Class Pathfinding.RecastGraph.CapsuleCache

Mostrar archivo Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
height float
rows int
tris int[]
verts UnityEngine.Vector3[]

Property Details

height public_oe property

public float height
return float

rows public_oe property

public int rows
return int

tris public_oe property

public int[] tris
return int[]

verts public_oe property

public Vector3[],UnityEngine verts
return UnityEngine.Vector3[]