Garry's Mod Wiki

DImage:SetOnViewMaterial

  DImage:SetOnViewMaterial( string mat, string backupMat )

Description

Similar to DImage:SetImage, but will only do the expensive part of actually loading the textures/material if the material is about to be rendered/viewed.

Useful for cases like DIconBrowser, where there are hundreds of small icons in 1 panel in a list that do not need all to be loaded at the same time.

Arguments

1 string mat
2 string backupMat