Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Represents the clear color used for rendering in a viewport.

Link copied to clipboard
Link copied to clipboard
override val isInitialized: Boolean

Represents a boolean value indicating whether a component has been initialized.

Link copied to clipboard
open override val isRenderizable: Boolean = true

Represents a boolean value indicating whether a component is renderizable.

Link copied to clipboard
override val refId: Int

Represents the unique reference identifier for a component.

Link copied to clipboard
Link copied to clipboard

Represents the view box used as viewport for rendering objects. The view box defines the boundaries and dimensions of the viewport.

Functions

Link copied to clipboard
override fun initialize(ctx: ZRenderingContext)

Initializes the ZComponent using the provided ZRenderingContext.

Link copied to clipboard
open override fun onViewportResize(width: Int, height: Int)

Notifies the listener when the viewport dimensions change.

Link copied to clipboard
open fun render()

Draws the mesh on the screen using its renderer.