MaterialGetFloatArrayOn this pageMaterial.GetFloatArray(string name) Get a named float array. Parameters: NameTypeDescriptionnamestringThe name of the property. Returns: typeDescriptionnumber[]The named float array. Usage ---@type Materiallocal material;---@type stringlocal name;local val0 = material.GetFloatArray(name)