docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)