Click or drag to resize
AB4D logo

DXSceneResource Class

DXSceneResource class is a base class for all resources that are initialized by DXScene.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXDisposableDXResource
      Ab3d.DirectXDXSceneResource
        Ab3d.DirectXRenderingStepBase
        Ab3d.DirectXShadowRenderingProviderBase
        Ab3d.DirectXSpriteBatch
        Ab3d.DirectXVirtualRealityProviderBase

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class DXSceneResource : DisposableDXResource, 
	IDXSceneResource, IDisposableDXResource, IDXResource, IDisposable

The DXSceneResource type exposes the following members.

Constructors
 NameDescription
Public methodDXSceneResourceInitializes a new instance of the DXSceneResource class
Top
Properties
 NameDescription
Public propertyIsInitialized Gets a Boolean that specifies if this resource has already been initialized.
Top
Methods
 NameDescription
Public methodInitializeResources Initializes resources.
Top
See Also