Show / Hide Table of Contents

Class TResource

Inheritance
System.Object
TResource
TMaterial
TSprite
TTexture
TView
Namespace: Tanvas.TanvasTouch.Resources
Assembly: Tanvas.TanvasTouch.dll
Syntax
public abstract class TResource : IDisposable

Properties

GUID

Declaration
protected UInt64 GUID { get; }
Property Value
Type Description
UInt64

Methods

Dispose()

Declaration
public void Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Finalize()

Declaration
protected void Finalize()

ReleaseHandle()

Declaration
protected abstract void ReleaseHandle()
Back to top Generated by DocFX