bool Initialize(UPInt itemCount = DefaultQueueSize);
Initialize initializes the render queue with the given number if items.
|
Parameters |
Description |
|
UPInt itemCount = DefaultQueueSize |
Number of items in the queue. |
True if successfully initialized and false otherwise.