feat:场景视图添加属性编辑,添加轮廓显示

This commit is contained in:
m0_75251201
2025-11-13 16:24:49 +08:00
parent 9b91218973
commit 8fcbdc5649
95 changed files with 2836 additions and 445 deletions

View File

@@ -0,0 +1,13 @@
// using HarmonyLib;
//
// namespace CharacterPreview
// {
// [HarmonyPatch(typeof(SceneLoader), "NotifyPointerClick")]
// public class PatchSceneLoaderNotifyPointerClick
// {
// public static void Postfix(SceneLoader __instance)
// {
// ModBehaviour.CreateCharacterModel();
// }
// }
// }