SpriteFactory.Sprite.SpriteMaterial.GetTexture
C#: Texture GetTexture (string propertyName)
JS: function GetTexture (propertyName : String) : Texture
Description
Get a Texture from the shader by name.
C#: Texture GetTexture (int nameID)
JS: function GetTexture (nameID : int) : Texture
Description
Get a Texture from the shader by id.
See Also
SetTexture