The XSpace type exposes the following members.

Properties

  NameDescription
AnimationThreadIsRunning
Tells whether any user defined animation thread is running.
CurrentFrameRate
Returns the current frame rate (number of frames drawn in one second).
DefaultScreen
Returns the default screen to be drawed on.
DefaultScreenSyncRoot
EnableAnimationProcessing
Gets or sets whether during the frame rendering, the collision detected and the object animation in the scene is performed.
EnableVisibilityTest
Gets or sets whether the visibility test is performed during the form rendering.
Form
Returns the Form form that is being drawn on.
IsCurrentThreadRenderThread
IsPaused
Indicates whether the space is paused.
IsRunning
Indicates whether the Timer space timer is running.
LoadLock
Returns the synchronizing object for loading textures, meshes and other DirectX objects.
MaterialManager
Returns the IXMaterialManager interface instance that defines methods and properties for managing all XSpace space materials.
Screens
Returns all installed screens.
StartStopSync
Timer
Returns the instance of the XSpace space XTimer timer (stopwatch).
Worlds
Returns a readonly copy of worlds collection.
WorldsSyncRoot
Returns the synchronizing object for accessing the world collection.

See Also