Show / Hide Table of Contents

Class ColorPickerConfig

Inheritance
System.Object
ColorPickerConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NoXP.RuntimeComponents.ColorPicker
Assembly: NoXP.RuntimeComponents.dll
Syntax
[Serializable]
public class ColorPickerConfig

Properties

Mode

Declaration
public ColorPickerModes Mode { get; }
Property Value
Type Description
ColorPickerModes

Modules

Declaration
public ColorPickerModules Modules { get; }
Property Value
Type Description
ColorPickerModules

Orientation

Declaration
public ColorPickerOrientation Orientation { get; }
Property Value
Type Description
ColorPickerOrientation

ResetValue

Declaration
public Color ResetValue { get; }
Property Value
Type Description
UnityEngine.Color

Value

Declaration
public Color Value { get; }
Property Value
Type Description
UnityEngine.Color
In This Article
Back to top Generated by DocFX