Feat: 场景视图mod,UI框架更换标题
This commit is contained in:
14
SceneView/PatchGameObjectStart.cs
Normal file
14
SceneView/PatchGameObjectStart.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using HarmonyLib;
|
||||
using UnityEngine;
|
||||
|
||||
namespace SceneView
|
||||
{
|
||||
// [HarmonyPatch(typeof(GameObject), "Internal_CreateGameObject")]
|
||||
// public class PatchGameObjectStart
|
||||
// {
|
||||
// static void Postfix(GameObject __instance)
|
||||
// {
|
||||
// Debug.Log($"{__instance.name}初始化了");
|
||||
// }
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user