MaterialGetTextureOn this pageMaterial.GetTexture(string name) Get a named texture. Parameters: NameTypeDescriptionnamestringThe name of the property. Returns: typeDescriptionTextureThe named texture. Usage ---@type Materiallocal material;---@type stringlocal name;local val0 = material.GetTexture(name)