ZernikaloscomponentsZLightComponentZLightComponent Members Constructors ZLightComponent Link copied to clipboard constructor() Properties hasRenderer Link copied to clipboard val hasRenderer: Boolean isInitialized Link copied to clipboard override val isInitialized: BooleanRepresents a boolean value indicating whether a component has been initialized. isRenderizable Link copied to clipboard open override val isRenderizable: Boolean = trueRepresents a boolean value indicating whether a component is renderizable. refId Link copied to clipboard override val refId: IntRepresents the unique reference identifier for a component. renderer Link copied to clipboard val renderer: R Functions initialize Link copied to clipboard override fun initialize(ctx: ZRenderingContext)Initializes the ZComponent using the provided ZRenderingContext.