RenderNodeContext

Constructors

Link copied to clipboard
constructor(measureDrawBounds: Boolean = false)

Properties

Link copied to clipboard
expect open val isClosed: Boolean

Check if underlying resource is closed.

Link copied to clipboard
expect val refCount: Int

Number of references on underlying native object.

Functions

Link copied to clipboard
expect open fun close()

Free underlying native resource, peer is useless afterwards.

Link copied to clipboard
fun setLightingInfo(centerX: Float = Float.MIN_VALUE, centerY: Float = Float.MIN_VALUE, centerZ: Float = Float.MIN_VALUE, radius: Float = 0.0f, ambientShadowAlpha: Float = 0.0f, spotShadowAlpha: Float = 0.0f)
Link copied to clipboard
expect open override fun toString(): String