Skip to main content

Material.GetFloatArray(string name)

Get a named float array.

Parameters:

NameTypeDescription
namestringThe name of the property.

Returns:

typeDescription
number[]The named float array.

Usage

---@type Material
local material;

---@type string
local name;


local val0 = material.GetFloatArray(name)