RenderResource Class
The abstract class of all render resources All render resources will be disposed when the renderer is released. Classes like Mesh/Texture will have a corresponding RenderResource
Inheritance Hierarchy
SystemObject
  Aspose.ThreeD.RenderRenderResource

Namespace: Aspose.ThreeD.Render
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public abstract class RenderResource : IDisposable

The RenderResource type exposes the following members.

Constructors
  NameDescription
Protected methodRenderResource
Initializes a new instance of the RenderResource class
Methods
  NameDescription
Public methodDispose
Dispose internal resources used by RenderResource
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also