Class DrawMesh
Represents an operator that draws the specified mesh geometry.
[Combinator]
[WorkflowElementCategory(ElementCategory.Sink)]
public class DrawMesh
- Inheritance
-
DrawMesh
- Inherited Members
Properties
- MeshName
Gets or sets the name of the mesh geometry to draw.
- ShaderName
Gets or sets the name of the material shader program used in the drawing operation.
Methods
- Process(IObservable<Mesh>)
Draws each of the mesh geometries in an observable sequence.
- Process<TSource>(IObservable<TSource>)
Draws the specified mesh geometry whenever an observable sequence emits a notification.