Definition at line 7 of file ColorPickerPresets.cs.
◆ SaveType
◆ Awake()
virtual void UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.Awake |
( |
| ) |
|
|
protectedvirtual |
◆ ColorChanged()
virtual void UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.ColorChanged |
( |
Color |
color | ) |
|
|
protectedvirtual |
◆ CreatePreset() [1/2]
virtual void UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.CreatePreset |
( |
Color |
color | ) |
|
|
virtual |
◆ CreatePreset() [2/2]
virtual void UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.CreatePreset |
( |
Color |
color, |
|
|
bool |
loading |
|
) |
| |
|
virtual |
◆ CreatePresetButton()
virtual void UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.CreatePresetButton |
( |
| ) |
|
|
virtual |
◆ HSVChanged()
virtual void UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.HSVChanged |
( |
float |
h, |
|
|
float |
s, |
|
|
float |
v |
|
) |
| |
|
protectedvirtual |
◆ LoadPresets()
virtual void UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.LoadPresets |
( |
SaveType |
saveType | ) |
|
|
virtual |
◆ PresetSelect()
virtual void UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.PresetSelect |
( |
Image |
sender | ) |
|
|
virtual |
◆ Reset()
virtual void UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.Reset |
( |
| ) |
|
|
protectedvirtual |
◆ SavePresets()
virtual void UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.SavePresets |
( |
SaveType |
saveType | ) |
|
|
virtual |
◆ createButton
Transform UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.createButton |
◆ createPresetImage
Image UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.createPresetImage |
◆ maxPresets
int UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.maxPresets = 16 |
|
protected |
◆ picker
◆ playerPrefsKey
string UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.playerPrefsKey |
|
protected |
◆ predefinedPresets
Color [] UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.predefinedPresets |
|
protected |
◆ presetPrefab
GameObject UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.presetPrefab |
|
protected |
◆ presets
List<Color> UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.presets = new List<Color>() |
|
protected |
◆ saveMode
◆ JsonFilePath
virtual string UnityEngine.UI.Extensions.ColorPicker.ColorPickerPresets.JsonFilePath |
|
get |
The documentation for this class was generated from the following file: