enum CubeFace;
| Value | Description |
|---|---|
CUBE_FACE_POSITIVE_X |
The positive direction of the X axis. |
CUBE_FACE_NEGATIVE_X |
The negative direction of the X axis. |
CUBE_FACE_POSITIVE_Y |
The positive direction of the Y axis. |
CUBE_FACE_NEGATIVE_Y |
The negative direction of the Y axis. |
CUBE_FACE_POSITIVE_Z |
The positive direction of the Z axis. |
CUBE_FACE_NEGATIVE_Z |
The negative direction of the Z axis. |
MAX_CUBE_FACE |
The number of faces. |
Represents a face of the cube texture.
CONFIDENTIAL