Click or drag to resize

VisualServerCubeMapSide Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.CubeMapSide"]

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

Marks the left side of a cubemap.

Right1

Marks the right side of a cubemap.

Bottom2

Marks the bottom side of a cubemap.

Top3

Marks the top side of a cubemap.

Front4

Marks the front side of a cubemap.

Back5

Marks the back side of a cubemap.

See Also