SpriteFactory.Sprite.SpriteMaterial.GetColor
C#: Color GetColor (string propertyName)
JS: function GetColor (propertyName : String) : Color
Description
Get a Color value from the shader by name.
C#: Color GetColor (int nameID)
JS: function GetColor (nameID : int) : Color
Description
Get a Color value from the shader by id.
See Also
SetColor