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

Get a matrix from the property block.

Returns identity matrix if not found.