DrawOrderGroup

@MainThread
class 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.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun isValid(): Boolean

Checks if the draw order group is valid.

Link copied to clipboard
open override fun toString(): String