forked from Shardstone/trail-into-darkness
Some renaming and added more settings
This commit is contained in:
@@ -7,7 +7,7 @@ using UnityEditor;
|
||||
using UnityEngine;
|
||||
using Object = UnityEngine.Object;
|
||||
|
||||
namespace InspectorToolkit.EditorTools {
|
||||
namespace Jovian.InspectorTools.EditorTools {
|
||||
public static class MyGUI {
|
||||
#region Colors
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Reflection;
|
||||
using UnityEditor;
|
||||
using Object = UnityEngine.Object;
|
||||
|
||||
namespace InspectorToolkit.EditorTools {
|
||||
namespace Jovian.InspectorTools.EditorTools {
|
||||
public static class MySerializedProperty {
|
||||
#region Collections Handling
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using UnityEngine;
|
||||
|
||||
namespace InspectorToolkit {
|
||||
namespace Jovian.InspectorTools {
|
||||
public static class MyCollections {
|
||||
/// <summary>
|
||||
/// Returns new array with inserted empty element at index
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Linq;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace InspectorToolkit
|
||||
namespace Jovian.InspectorTools
|
||||
{
|
||||
public static class MyRegex
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user