MaterialGetMatrixArrayOn this pageMaterial.GetMatrixArray(string name) Get a named matrix array. Parameters: NameTypeDescriptionnamestringThe name of the property. Returns: typeDescriptionMatrix4x4[]The named matrix array. Usage ---@type Materiallocal material;---@type stringlocal name;local val0 = material.GetMatrixArray(name)