CubeMapFace Enum
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Defines the faces of a cube map for
public enum CubeMapFace
Fields
| Name | Description |
|---|---|
| NegativeX | Negative x-face of the cube map. |
| NegativeY | Negative y-face of the cube map. |
| NegativeZ | Negative z-face of the cube map. |
| PositiveX | Positive x-face of the cube map. |
| PositiveY | Positive y-face of the cube map. |
| PositiveZ | Positive z-face of the cube map. |