Click or drag to resize

CubeMapSide Enumeration

[Missing <summary> documentation for "T:Godot.CubeMap.Side"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum Side
Members
  Member nameValueDescription
Left0

Identifier for the left face of the CubeMap.

Right1

Identifier for the right face of the CubeMap.

Bottom2

Identifier for the bottom face of the CubeMap.

Top3

Identifier for the top face of the CubeMap.

Front4

Identifier for the front face of the CubeMap.

Back5

Identifier for the back face of the CubeMap.

See Also