init
This commit is contained in:
commit
c7d8c303a6
499 changed files with 2349700 additions and 0 deletions
18
Assets/ABI.CCK/Scripts/Editor/CCK_ObjectSyncEditor.cs
Executable file
18
Assets/ABI.CCK/Scripts/Editor/CCK_ObjectSyncEditor.cs
Executable file
|
@ -0,0 +1,18 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using ABI.CCK.Components;
|
||||
using UnityEditor;
|
||||
using UnityEditorInternal;
|
||||
using UnityEngine;
|
||||
|
||||
[CustomEditor(typeof(ABI.CCK.Components.CVRObjectSync))]
|
||||
public class CCK_ObjectSyncEditor : UnityEditor.Editor
|
||||
{
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
EditorGUILayout.HelpBox("This component will have this objects position and rotation synced over network.", MessageType.Info);
|
||||
|
||||
//EditorGUILayout.Space();
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue