DrawCallCustom Class
Definition
Section titled “Definition”A draw call that invokes an Action delegate.
public class DrawCallCustom : IDrawCallInheritance object
Implements IDrawCall
Constructors
Section titled “Constructors”DrawCallCustom(Action)
Section titled “DrawCallCustom(Action)”Creates a new instance of this object.
public DrawCallCustom(Action draw)Parameters
Section titled “Parameters”draw Action
The delegate to call when the draw call is drawn.
Properties
Section titled “Properties”DrawCallback
Section titled “DrawCallback”The delegate to call.
public Action DrawCallback { get; set; }Methods
Section titled “Methods”Draw()
Section titled “Draw()”Invokes DrawCallback.
public void Draw()