WeatherMakerShaderPropertiesScriptSetFloat Method |
Set float shader value
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SetFloat(
int name,
float value
)
Public Sub SetFloat (
name As Integer,
value As Single
)
public:
void SetFloat(
int name,
float value
)
member SetFloat :
name : int *
value : float32 -> unit
Parameters
- name
- Type: SystemInt32
Name - value
- Type: SystemSingle
Value
See Also