Enum RenderingServer.CubeMapLayer NamespaceGodot AssemblyGodotSharp.dll public enum RenderingServer.CubeMapLayer : long Fields Back = 5 Back face of a Cubemap. Bottom = 2 Bottom face of a Cubemap. Front = 4 Front face of a Cubemap. Left = 0 Left face of a Cubemap. Right = 1 Right face of a Cubemap. Top = 3 Top face of a Cubemap.