MaterialGetVectorArrayOn this pageMaterial.GetVectorArray(string name) Get a named vector array. Parameters: NameTypeDescriptionnamestringThe name of the property. Returns: typeDescriptionVector4[]named vector array. Usage ---@type Materiallocal material;---@type stringlocal name;local val0 = material.GetVectorArray(name)