0.20.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace WI.Util
|
||||
namespace XRLib.Util
|
||||
{
|
||||
public static class ComponentExtension
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace WI
|
||||
namespace XRLib
|
||||
{
|
||||
[Serializable]
|
||||
public partial class Container<T> where T : Component
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace WI.Util
|
||||
namespace XRLib.Util
|
||||
{
|
||||
public static partial class EasingFunction
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Reflection;
|
||||
using System.Linq;
|
||||
|
||||
#if UNITY_EDITOR
|
||||
namespace WI
|
||||
namespace XRLib
|
||||
{
|
||||
public class EditorUtil
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace WI.Util
|
||||
namespace XRLib.Util
|
||||
{
|
||||
public static class EnumExtension
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
|
||||
namespace WI
|
||||
namespace XRLib
|
||||
{
|
||||
[System.Serializable]
|
||||
public struct SKeyValuePair<T, T2>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using UnityEditor;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine.SceneManagement; //3
|
||||
namespace WI
|
||||
namespace XRLib
|
||||
{
|
||||
#if UNITY_EDITOR
|
||||
public class SelectGameObjectsWithMissingScripts : Editor
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
namespace WI
|
||||
namespace XRLib
|
||||
{
|
||||
public static class Wathf
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEditor;
|
||||
|
||||
namespace WI
|
||||
namespace XRLib
|
||||
{
|
||||
public static partial class Wtil
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user