![JAR search and dependency download from the Maven repository](/logo.png)
main.cesium.UniformSpecifier.kt Maven / Gradle / Ivy
The newest version!
// Automatically generated - do not modify!
package cesium
/**
* An object describing a uniform, its type, and an initial value
* @property [type] The Glsl type of the uniform.
* @property [value] The initial value of the uniform
*/
external interface UniformSpecifier {
var type: UniformType
var value: dynamic
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy