Enum CubemapResolution
An enumerated list of power-of-two resolutions compatible with Unity's cubemap texture format.
Namespace: UnityEngine.Perception.GroundTruth.Sensors
Assembly: Unity.Perception.Runtime.dll
Syntax
[MovedFrom("UnityEngine.Perception.GroundTruth.Internal")]
public enum CubemapResolution
Fields
Name | Description |
---|---|
_1024x1024 | 1024 pixel width resolution for each square cube face. |
_128x128 | 128 pixel width resolution for each square cube face. |
_2048x2048 | 2048 pixel width resolution for each square cube face. |
_256x256 | 256 pixel width resolution for each square cube face. |
_32x32 | 32 pixel width resolution for each square cube face. |
_512x512 | 512 pixel width resolution for each square cube face. |
_64x64 | 64 pixel width resolution for each square cube face. |