Skip to content

DrawCommand

interludesoftware.tick

Interlude.Tick

DrawCommand Class

public class DrawCommand

Inheritance System.Object → DrawCommand

Constructors

DrawCommand(DrawType) Constructor

Creates a DrawCommand of the given type with all fields initialised to their defaults.

public DrawCommand(Interlude.Tick.DrawCommand.DrawType type);

Parameters

type Interlude.Tick.DrawCommand.DrawType

Methods

DrawCommand.DeepCopy() Method

Returns a new DrawCommand with all fields copied, instantiating the Interlude.Tick.DrawCommand.Mesh if present.

public Interlude.Tick.DrawCommand DeepCopy();

Returns

DrawCommand

DrawCommand.Reset() Method

Resets all fields to their default values so the instance can be returned to a pool and reused.

public void Reset();