Table of Contents

Class DebugPrimitive

Namespace
Stride.Physics
Assembly
Stride.Physics.dll
public class DebugPrimitive : IDebugPrimitive, IEnumerable<MeshDraw>, IEnumerable
Inheritance
DebugPrimitive
Implements
Extension Methods

Fields

MeshDraws

public readonly List<MeshDraw> MeshDraws

Field Value

List<MeshDraw>

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()

Returns

IEnumerable<MeshDraw>