Sprite Factory

ReadMe
Release Notes
Overview
Using the Editor
Upgrading

Concepts
Sprites
Master Sprites
Sprite Groups
Colliders
Locators
Material Sets
SpriteUpdater
SpriteCamera

Advanced
Working in Multiple Projects

Classes
Runtime Classes

Videos
Overview
Creating Sprites
Sprite Inspector
Frame Events
Collision System
Locator System
Material Sets

Links
Sprite Factory Site
Web Documentation
Support
Contact

SpriteFactory.Sprite.SpriteMaterial.SetMatrix

C#: void SetMatrix (string propertyName, Matrix4x4 matrix)
JS: function SetMatrix (propertyName : String, matrix : Matrix4x4) : void

Description
Set a Matrix4x4 value in the shader in all of the Sprite's current materials by name.


C#: void SetMatrix (int nameID, Matrix4x4matrix)
JS: function SetMatrix (nameID : int, matrix : Matrix4x4) : void

Description
Set a Matrix4x4 value in the shader in all of the Sprite's current materials by id.

See Also
GetMatrix