Skip to main content

MaterialPropertyBlock.GetMatrixArray(string name)

Get a matrix array from the property block.

Parameters:

NameTypeDescription
namestringThe name of the property.

Returns:

typeDescription
Matrix4x4[]matrix array from the property block.

Usage

---@type MaterialPropertyBlock
local materialpropertyblock;

---@type string
local name;


local val0 = materialpropertyblock.GetMatrixArray(name)