SpriteFactory.Sprite.SpriteMaterial.HasProperty
C#: bool HasProperty (string propertyName)
JS: function HasProperty (propertyName : String) : boolean
Description
Checks if material's shader has a property of a given name.
C#: bool HasProperty (int nameID)
JS: function HasProperty (nameID : int) : boolean
Description
Checks if material's shader has a property of a given id.