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