The XSpace class represents the space where all the XWorld worlds are located. The space does exist only one, but any number of worlds can be created.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public sealed class XSpace

Remarks

The XSpace is the basis of the whole SGP.XSpace library, the Baltie Baltie 3D and the Baltie2D Baltie 2D. The library's task is to controll drawing on all XViewportPanel panels that displays the XViewport views. Also contains methods for controlling the time, running and stopping the XWorld world, waiting for next drawing WaitForNextFrame()()(), pool management and material default management.

Inheritance Hierarchy

System..::.Object
  SGP.XSpace..::.XSpace

See Also