Class DebugPrimitive
public class DebugPrimitive : IDebugPrimitive, IEnumerable<MeshDraw>, IEnumerable
- Inheritance
-
DebugPrimitive
- Implements
- Extension Methods
Fields
MeshDraws
public readonly List<MeshDraw> MeshDraws
Field Value
Methods
Add(MeshDraw)
public void Add(MeshDraw meshDraw)
Parameters
meshDraw
MeshDraw
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<MeshDraw> GetEnumerator()
Returns
- IEnumerator<MeshDraw>
An enumerator that can be used to iterate through the collection.
GetMeshDraws()
public IEnumerable<MeshDraw> GetMeshDraws()