Click or drag to resize
AB4D logo

SharedDXDeviceResource Class

SharedDXDeviceResource class is a base class for DXEngine's resources that are initialized by DXDevice and can be shared by many difference objects.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXSharedDXResource
      Ab3d.DirectXSharedDXDeviceResource
        More

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class SharedDXDeviceResource : SharedDXResource, 
	IDXDeviceResource, IDisposableDXResource, IDXResource, IDisposable

The SharedDXDeviceResource type exposes the following members.

Constructors
 NameDescription
Public methodSharedDXDeviceResource Initializes a new instance of the DXComponentBase class.
Public methodSharedDXDeviceResource(String) Initializes a new instance of the DXComponentBase class.
Top
Properties
 NameDescription
Public propertyIsInitialized Gets a Boolean that specifies if this resource has already been initialized.
Public propertyParentDXDevice Gets the DXDevice that was used to initialize this SharedDXDeviceResource
Top
Methods
 NameDescription
Public methodInitializeResources Initializes resources.
Public methodIsSameDXDevice Return true if the resource has been initialized with the same dxDevice. Note that when the dxDevice from parameter or the parentDXDevice is null, this method returns false.
Top
See Also
Inheritance Hierarchy