Skip to main content

ZMaterial

actualpackageZMaterial
15 items
constructorZMaterial
constructor()
override val isInitialized: Boolean
Represents a boolean value indicating whether a component has been initialized.
override val isRenderizable: Boolean
Represents a boolean value indicating whether a component is renderizable.
val isSerializable: Boolean
Indicates whether this component can be serialized.
varpbr
var pbr: ZPbrMaterialData?
var phong: ZPhongMaterialData?
override val refId: String
Represents the unique identifier for a reference-based component. The refId is used as a distinctive key for retrieving or linking this component within reference-dependent systems.
val renderer: ZMaterialRenderer
Provides access to the component's renderer.
var texture: ZTexture?
val usesPbr: Boolean
val usesPhong: Boolean
funbind
open override fun bind()
Binds the renderer. This method is called to prepare the renderer for drawing.
open override fun createRenderer(ctx: ZRenderingContext): ZMaterialRenderer
Creates a new renderer instance for this component.
open override fun initialize(ctx: ZRenderingContext)
Initializes the ZComponent using the provided ZRenderingContext.
open override fun unbind()
Unbinds the renderer. This method is called after drawing to clean up.