Enum ColorPickerDebugMode | High Definition RP | 7.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Enum ColorPickerDebugMode

    Color Picker Debug Mode.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum ColorPickerDebugMode

    Fields

    Name Description
    Byte

    One byte display (0-255).

    Byte4

    Four bytes display (0-255).

    Float

    One float display.

    Float4

    Four floats display.

    None

    No color picking debug.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX