Static Public Member Functions | |
| static void | Clear () |
| Clears the pool. More... | |
| static void | AddAll (UIBatch first, UIBatch last) |
| Adds the given chain of batches to the pool. More... | |
| static void | HideAll () |
| Hides all the pooled batches. More... | |
| static void | Add (UIBatch batch) |
| Adds the given batch to the pool. More... | |
| static UIBatch | Get (Renderman renderer) |
| Gets a batch from the pool. Null if the pool is empty. More... | |
Static Public Attributes | |
| static UIBatch | First |
| Batches are pooled to prevent destroying and recreating meshes. This is the first in the pool linked list. More... | |
Properties | |
| static bool | Empty [get] |
| Is the pool empty? More... | |
|
inlinestatic |
Adds the given batch to the pool.
Adds the given chain of batches to the pool.
|
inlinestatic |
Clears the pool.
Gets a batch from the pool. Null if the pool is empty.
|
inlinestatic |
Hides all the pooled batches.
|
static |
Batches are pooled to prevent destroying and recreating meshes. This is the first in the pool linked list.
|
staticget |
Is the pool empty?