Creates new transparent view to the world world with new camera.

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

Syntax

C#
public static XCameraViewport CreateOverlay(
	XWorld world
)

Parameters

world
Type: SGP.XSpace..::.XWorld
The XWorld world where the new view will be created.

Exceptions

ExceptionCondition
System..::.ArgumentNullException world is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also