Enum VisualServerSingleton.CubeMapSide
enum CubeMapSide
: int { ... }
Enum members
Name | Description |
---|---|
cubemapBack
|
Marks the back side of a cubemap. |
cubemapBottom
|
Marks the bottom side of a cubemap. |
cubemapFront
|
Marks the front side of a cubemap. |
cubemapLeft
|
Marks the left side of a cubemap. |
cubemapRight
|
Marks the right side of a cubemap. |
cubemapTop
|
Marks the top side of a cubemap. |