MaterialGetFloatOn this pageMaterial.GetFloat(string name) Get a named float value. Parameters: NameTypeDescriptionnamestringThe name of the property. Returns: typeDescriptionnumberThe named float value. Usage ---@type Materiallocal material;---@type stringlocal name;local val0 = material.GetFloat(name)