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