init
This commit is contained in:
commit
c7d8c303a6
499 changed files with 2349700 additions and 0 deletions
15
Assets/ABI.CCK/Scripts/Editor/CCK_CVR_TimelineSyncEditor.cs
Executable file
15
Assets/ABI.CCK/Scripts/Editor/CCK_CVR_TimelineSyncEditor.cs
Executable file
|
@ -0,0 +1,15 @@
|
|||
using UnityEditor;
|
||||
|
||||
namespace ABI.CCK.Scripts.Editor
|
||||
{
|
||||
[CustomEditor(typeof(ABI.CCK.Components.CVRTimelineSync))]
|
||||
public class CCK_CVR_TimelineSyncEditor : UnityEditor.Editor
|
||||
{
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
EditorGUILayout.HelpBox("This component is not yet ready to use!", MessageType.Error);
|
||||
|
||||
base.DrawDefaultInspector();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue