Click or drag to resize

CubeMapFace Enumeration

Addresses a particular face of a cube map.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum CubeMapFace
Members
  Member nameValueDescription
Right0 The right face.
Left1 The left face.
Top2 The top face.
Bottom3 The bottom face.
Front4 The front face.
Back5 The back face.
See Also