SpriteFactory.Sprite.SpriteMaterial.SetFloat
C#: void SetFloat (string propertyName, float value)
JS: function SetFloat (propertyName : String, value : float) : void
Description
Set a float value in the shader in all of the Sprite's current materials by name.
C#: void SetFloat (int nameID, float value)
JS: function SetFloat (nameID : int, value : float) : void
Description
Set a float value in the shader in all of the Sprite's current materials by id.
See Also
GetFloat