Zernikalos/zernikalos.components.shader/ZAttributeData ZAttributeData data class ZAttributeData(var id: Int = -1, var attributeName: String = "") : ZComponentData(source) Members Constructors ZAttributeData Link copied to clipboard constructor(id: Int = -1, attributeName: String = "") Properties attributeName Link copied to clipboard var attributeName: String id Link copied to clipboard var id: Int 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. ZAttributePrevious PageINDICESNext Page