API ReferenceEditor
TextureResidencyInfoclass
Provides information about currently resident textures on the GPU
object→TextureResidencyInfo
Constructors1
Showing 1 constructors
public TextureResidencyInfo()
No results match this filter.
Methods1
Showing 1 methods
public static System.Collections.Generic.IEnumerable`1<Editor.TextureResidencyInfo> GetAll()
Get info about all resident textures
No results match this filter.
Properties1
Showing 1 properties
public Sandbox.Texture Editor.TextureResidencyInfo.Texture { get; set; }
Managed wrapper, if one already exists. Weak: a snapshot holding these strongly would keep every listed texture alive, so the viewer could never show anything being freed.
No results match this filter.