DebugPrimitive Class
Namespace: Stride.Physics
Assembly: Stride.Physics.dll
System.Object →
DebugPrimitive
Derived from DebugPrimitive:
public class DebugPrimitive : IDebugPrimitive, IEnumerable<MeshDraw>, IEnumerable
|
Improve this Doc
View Source
Fields
MeshDraws
public readonly List<MeshDraw> MeshDraws
Field Value
Type |
Description |
System.Collections.Generic.List<MeshDraw> |
|
|
Improve this Doc
View Source
Methods
Add(MeshDraw)
public void Add(MeshDraw meshDraw)
Parameters
GetEnumerator()
public IEnumerator<MeshDraw> GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<MeshDraw> |
|
GetMeshDraws()
public IEnumerable<MeshDraw> GetMeshDraws()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<MeshDraw> |
|
|
Improve this Doc
View Source
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Extension Methods