CubeMapSide Enumeration |
[Missing <summary> documentation for "T:Godot.CubeMap.Side"]
Namespace: Godot
public enum Side
Member name | Value | Description | |
---|---|---|---|
Left | 0 | Identifier for the left face of the CubeMap. | |
Right | 1 | Identifier for the right face of the CubeMap. | |
Bottom | 2 | Identifier for the bottom face of the CubeMap. | |
Top | 3 | Identifier for the top face of the CubeMap. | |
Front | 4 | Identifier for the front face of the CubeMap. | |
Back | 5 | Identifier for the back face of the CubeMap. |