![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The ISInt32Uniform interface.
This interface represents a specialized shader uniform object representing a scalar 32bit signed integer value.
Get the uniform object's constant base interface to access common properties.
Murl.Graph.IUniform GetUniformInterface()
Set the uniform object's value.
SetValue(Integer value)
value | The scalar value to set. |
Get the uniform object's current value.
Integer GetValue()