MaterialGetVectorOn this pageMaterial.GetVector(string name) Get a named vector value. Parameters: NameTypeDescriptionnamestringThe name of the property. Returns: typeDescriptionVector4named vector value. Usage ---@type Materiallocal material;---@type stringlocal name;local val0 = material.GetVector(name)