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