Skip to content

Api > Material > GetMatrixArray()


Material.GetMatrixArray(string name)⚓︎

Get a named matrix array.

Parameters:⚓︎

Name Type Description
name string The name of the property.

Returns:⚓︎

type Description
Matrix4x4[] The named matrix array.

Usage⚓︎

---@type Material
local material;

---@type string
local name;


local val0 = material.GetMatrixArray(name)