Class Renderer2DSettings
Namespace: Unity.U2D.Entities
Syntax
public static class Renderer2DSettings
Properties
MaxIndexCountPerBatch
The maximum amount of indices that can fit inside one batch
Note: This setting only applies to builds.
Declaration
public static int MaxIndexCountPerBatch { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
MaxVertexCountPerBatch
The maximum amount of vertices that can fit inside one batch...
Note: This setting only applies to builds.
Declaration
public static int MaxVertexCountPerBatch { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |