DrawOrderGroup
The identifier that defines a specific draw order group for rendering management.
This object represents a rendering boundary; components assigned to the same group are clustered together, allowing for fine-grained control over their sorting priority and visual layering relative to other groups.
It is typically used within a DrawOrderGroupComponent to resolve depth-conflict issues between complex model and particle systems.
Types
Link copied to clipboard
object Companion
The companion object of DrawOrderGroup.