The XWorld class defines world that is in the XSpace space. Although the space is known just one, we can create several different worlds we can work with. For example, we can create few different sceneries with the possibility of quick switching during the rendering. Every world contains its own definition of lights, fog and time.

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

Syntax

C#
public class XWorld : XDisposableObject

Inheritance Hierarchy

System..::.Object
  SGP..::.XDisposableObject
    SGP.XSpace..::.XWorld
      SGP.XSpace..::.XWorld2D

See Also