Click or drag to resize
AB4D logo

IDXSceneResource Interface

IDXSceneResource interface defines properties and methods that are used by resources that are initialized by DXScene.

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

The IDXSceneResource type exposes the following members.

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