Batches2D
Namespace: Murder.Core.Graphics
Assembly: Murder.dll
public class Batches2D
A list of all available RenderContext. If extend this class it will automatically show the new constants on the "Target SpriteBatch" in the inspector. Variables have "BachId" and "Batch" trimmed Numbers from 0 to 20 are reserved for Murder internal use.
⭐ Constructors
public Batches2D()
⭐ Properties
DebugBatchId
public static const int DebugBatchId;
Returns
int
DebugFxBatchId
public static const int DebugFxBatchId;
Returns
int
FloorBatchId
public static const int FloorBatchId;
Returns
int
GameplayBatchId
public static const int GameplayBatchId;
Returns
int
GameUiBatchId
public static const int GameUiBatchId;
Returns
int
UiBatchId
public static const int UiBatchId;
Returns
int
⚡