feat:场景视图添加属性编辑,添加轮廓显示
This commit is contained in:
13
CharacterPreview/PatchSceneLoaderNotifyPointerClick.cs
Normal file
13
CharacterPreview/PatchSceneLoaderNotifyPointerClick.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
// using HarmonyLib;
|
||||
//
|
||||
// namespace CharacterPreview
|
||||
// {
|
||||
// [HarmonyPatch(typeof(SceneLoader), "NotifyPointerClick")]
|
||||
// public class PatchSceneLoaderNotifyPointerClick
|
||||
// {
|
||||
// public static void Postfix(SceneLoader __instance)
|
||||
// {
|
||||
// ModBehaviour.CreateCharacterModel();
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
Reference in New Issue
Block a user