Skip to main content

Material.GetVectorArray(string name)

Get a named vector array.

Parameters:

NameTypeDescription
namestringThe name of the property.

Returns:

typeDescription
Vector4[]named vector array.

Usage

---@type Material
local material;

---@type string
local name;


local val0 = material.GetVectorArray(name)