Exemplo n.º 1
0
        public static void CreateRuntimeEditor()
        {
            GameObject commandsPanelGO = InstantiatePrefab("CommandsPanel.prefab");

            SplineMenu.CreateRuntimeEditor(commandsPanelGO, "Mesh Deformer Runtime Component");
        }
Exemplo n.º 2
0
 public static bool CanCreateRuntimeEditor()
 {
     return(SplineMenu.CanCreateRuntimeEditor());
 }