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