Constructors

Link copied to clipboard
constructor(id: Int = -1, uniformName: String = "", count: Int = -1, dataType: ZDataType = ZTypes.NONE)

Properties

Link copied to clipboard
var count: Int
Link copied to clipboard
Link copied to clipboard
var id: Int
Link copied to clipboard
@Transient
open override val refId: Int

Represents the unique reference identifier for a component.

Link copied to clipboard
Link copied to clipboard
@Transient
var value: ZAlgebraObject?