Set a matrix material property.
Adds a property to the block. If a matrix property with the given name already exists, the old value is replaced.
Function variant that takesnameID
is faster. If you are adding properties with the same name repeatedly,
use Shader.PropertyToID to get unique identifier for the name, and pass the identifier to SetMatrix.