Module Node2DEnums

Node2D.ForegroundHint

Hint for foreground handling of nodes.

ForegroundHintNone

No hint given, assumed the background of a node can be rendered after content.

ForegroundHintTranslucent

Some elements rendered within the node are translucent over the background.

ForegroundHintOpaque

Node content is assumed to be fully opaque, meaning that there is no need to render the background.

Node2D.PixelFormat

Pixel formats.

PixelFormatRgb

Managed render targets use RGB format.

PixelFormatRgba

Managed render targets use RGBA format.

Node2D.PerspectiveTransformationMode

Node2D perspective transformation mode.

Screen

Screen coordinates.

XFov

3D coordinates with a field of view in x direction.

YFov

3D coordinates with a field of view in y direction.