GFX.DrawQueue¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input of this shard is ignored. | None |
||
Output ➡️ |
The drawable queue object. | GFX.DrawQueue |
||
AutoClear |
No | When enabled, automatically clears the queue after items have been rendered | true |
None Bool |
Threaded |
No | When enabled, output unique queue references to be able to use them with channels | false |
None Bool |
Trace |
No | Enables debug tracing on this queue | false |
None Bool |
Creates a new drawable queue object to add drawables to (using GFX.Draw).