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