Show / Hide Table of Contents

Class DrawCallCustom

A draw call that invokes an Action delegate.

Inheritance
object
DrawCallCustom
Implements
IDrawCall
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.DrawCalls
Assembly: SadConsole.dll
Syntax
public class DrawCallCustom : IDrawCall

Constructors

DrawCallCustom(Action)

Creates a new instance of this object.

Declaration
public DrawCallCustom(Action draw)
Parameters
Type Name Description
Action draw

The delegate to call when the draw call is drawn.

Properties

DrawCallback

The delegate to call.

Declaration
public Action DrawCallback { get; set; }
Property Value
Type Description
Action

Methods

Draw()

Invokes DrawCallback.

Declaration
public void Draw()

Implements

IDrawCall

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX