Instance

class Instance

Represents a single instance with a ID and a transform.

Constructors

Link copied to clipboard
constructor(id: String, transform: Transform)

Creates an instance with the specified unique ID and transform.

Properties

Link copied to clipboard
val id: String

The ID of the instance.

Link copied to clipboard

The transform matrix defining the position, rotation, and scale of the instance.

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
open override fun toString(): String