Goblin - A Platform for 3D AR and VR Applications

ResourceCache Members

ResourceCache overview

Public Static Methods

GetGlobalInstance 

Public Instance Methods

CreateCubeTextureFromFileCreate a cube texture from a file
CreateCubeTextureFromFileExCreate a cube texture from a file
CreateEffectFromFileOverloaded. Create an effect from a file
CreateFontOverloaded. Create a font object
CreateTextureFromFileCreate a texture from a file
CreateTextureFromFileExCreate a texture from a file
CreateVolumeTextureFromFileCreate a volume texture from a file
CreateVolumeTextureFromFileExCreate a volume texture from a file
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
OnCreateDevice Called when the device is created
OnDestroyDevice Destroy any resources and clear the caches
OnLostDevice Clear any resources that need to be lost
OnResetDevice Called when the device is reset
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Fields

effectCache 
fontCache 
textureCache 

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ResourceCache Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace