SpriteFactory.Sprite.SpriteMaterial.GetInt
C#: int GetInt (string propertyName)
JS: function GetInt (propertyName : String) : int
Description
Get an integer value from the shader by name.
C#: int GetInt (int nameID)
JS: function GetInt (nameID : int) : int
Description
Get an integer value from the shader by id.
See Also
SetInt