You've already forked UniversalViewer
Initial files
This commit is contained in:
10
Assets/Scripts/RuntimeGizmo/Interfaces/ICommand.cs
Normal file
10
Assets/Scripts/RuntimeGizmo/Interfaces/ICommand.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace CommandUndoRedo
|
||||
{
|
||||
public interface ICommand
|
||||
{
|
||||
void Execute();
|
||||
void UnExecute();
|
||||
}
|
||||
}
|
||||
11
Assets/Scripts/RuntimeGizmo/Interfaces/ICommand.cs.meta
Normal file
11
Assets/Scripts/RuntimeGizmo/Interfaces/ICommand.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7b1e2b794a40c4a47908d24695ed1449
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "RuntimeGizmoShared"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: aee7fa92e14bf364ebccdd24623e1764
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
6
Assets/Scripts/RuntimeGizmo/Interfaces/UndoData.cs
Normal file
6
Assets/Scripts/RuntimeGizmo/Interfaces/UndoData.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class UndoData
|
||||
{
|
||||
public UndoData() { }
|
||||
}
|
||||
11
Assets/Scripts/RuntimeGizmo/Interfaces/UndoData.cs.meta
Normal file
11
Assets/Scripts/RuntimeGizmo/Interfaces/UndoData.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b61b9aa1e67a46c469f2b3d1982dd09d
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user