NullResourceHandle

Description

sealed class Tinman.Engine.Rendering.NullResourceHandle

Derived from

IResourceHandle

A IResourceHandle that always produces a null reference as the resulting IResource.

Passing Instance to the preload of IResourceCache.GetNull will trigger background preloading of the resource, instead of loading it in the calling thread.

Public / Constants

Instance


public static readonly attribute Instance → (IResourceHandle)

A IResourceHandle that always produces a nullIResource object.