A function defined in BBMOD_IMeshRenderQueue.gml
set_priority(_p)
Changes the priority of the render queue. Render queues with lower priority come first in the array returned by bbmod_render_queues_get.
Name | Type | Description |
---|---|---|
_p | Real |
The new priority of the render queue. |
Struct.BBMOD_IMeshRenderQueue
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.