Class ResourceSet
This class describes the elements within a Resource
Inheritance
ResourceSet
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public abstract class ResourceSet
Constructors
ResourceSet(ref ResourceSetDescription)
Initializes a new instance of the Resource
Declaration
public ResourceSet(ref ResourceSetDescription description)
Parameters
Type | Name | Description |
---|---|---|
Resource |
description | The Resource |
Fields
Description
The description of the ResourceSet Resource
Declaration
public readonly ResourceSetDescription Description
Field Value
Type | Description |
---|---|
Resource |
Properties
Name
Gets or sets a string identifying this instance. Can be used in graphics debugger tools.
Declaration
public abstract string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public abstract void Dispose()