The XWorld2D class represents the world for displaying the two-dimensional objects. It differs from the XWorld class in creating the default camera for this world. The XCamera camera for two-dimensional world uses identical displaying and identical projection.

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

Syntax

C#
public class XWorld2D : XWorld

Inheritance Hierarchy

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

See Also