You've already forked UniversalViewer
Initial files
This commit is contained in:
9
Assets/Scripts/HSVPicker/Events/ColorChangedEvent.cs
Normal file
9
Assets/Scripts/HSVPicker/Events/ColorChangedEvent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
using System;
|
||||
using UnityEngine.Events;
|
||||
|
||||
[Serializable]
|
||||
public class ColorChangedEvent : UnityEvent<Color>
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ff46fbecea7739f4690e4285c88f53c5
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
6
Assets/Scripts/HSVPicker/Events/HSVChangedEvent.cs
Normal file
6
Assets/Scripts/HSVPicker/Events/HSVChangedEvent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using UnityEngine.Events;
|
||||
|
||||
public class HSVChangedEvent : UnityEvent<float, float, float>
|
||||
{
|
||||
|
||||
}
|
||||
12
Assets/Scripts/HSVPicker/Events/HSVChangedEvent.cs.meta
Normal file
12
Assets/Scripts/HSVPicker/Events/HSVChangedEvent.cs.meta
Normal file
@@ -0,0 +1,12 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3d95ce8fba3dbbf4eb14411412169b88
|
||||
timeCreated: 1442747317
|
||||
licenseType: Free
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user