Zernikalos/zernikalos.components.shader/ZShaderData ZShaderData data class ZShaderData(var type: ZShaderType = ZShaderType.VERTEX_SHADER) : ZComponentData(source) Members Constructors ZShaderData Link copied to clipboard constructor(type: ZShaderType = ZShaderType.VERTEX_SHADER) Properties refId Link copied to clipboard @Transientopen override val refId: StringRepresents 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. type Link copied to clipboard var type: ZShaderType ZShaderPrevious PageZShaderProgramNext Page