Struct JaggedArrayWithCount<T>
Namespace: GDX.Collections.Pooling
Syntax
public struct JaggedArrayWithCount<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
| Improve this Doc View SourceCount
Declaration
public int Count
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Pool
Declaration
public T[][] Pool
Field Value
| Type | Description |
|---|---|
| T[][] |