Skip to main content

Material.GetMatrixArray(string name)

Get a named matrix array.

Parameters:

NameTypeDescription
namestringThe name of the property.

Returns:

typeDescription
Matrix4x4[]The named matrix array.

Usage

---@type Material
local material;

---@type string
local name;


local val0 = material.GetMatrixArray(name)