This commit is contained in:
wsh
2025-02-21 11:57:09 +09:00
parent 64352f5f46
commit 912a242bae
112 changed files with 934 additions and 244 deletions

View File

@@ -1,7 +1,7 @@
using System;
using UnityEngine;
namespace WI.Util
namespace XRLib.Util
{
public static class ComponentExtension
{

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using UnityEngine;
namespace WI
namespace XRLib
{
[Serializable]
public partial class Container<T> where T : Component

View File

@@ -1,6 +1,6 @@
using UnityEngine;
namespace WI.Util
namespace XRLib.Util
{
public static partial class EasingFunction
{

View File

@@ -5,7 +5,7 @@ using System.Reflection;
using System.Linq;
#if UNITY_EDITOR
namespace WI
namespace XRLib
{
public class EditorUtil
{

View File

@@ -1,6 +1,6 @@
using System;
namespace WI.Util
namespace XRLib.Util
{
public static class EnumExtension
{

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace WI
namespace XRLib
{
[System.Serializable]
public struct SKeyValuePair<T, T2>

View File

@@ -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

View File

@@ -2,7 +2,7 @@
using UnityEditor;
using UnityEngine;
namespace WI
namespace XRLib
{
public static class Wathf
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
namespace WI
namespace XRLib
{
public static partial class Wtil
{