Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.