MaterialPropertyBlock.GetMatrix
GetMatrix(name: string): Matrix4x4;
GetMatrix(nameID: int): Matrix4x4;
Description

Get a matrix from the property block.

Returns identity matrix if not found.