添加PositionSync正在考虑本体对策

Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
2026-07-16 10:55:30 +08:00
parent c16c2480ff
commit be0290372f
142 changed files with 6157247 additions and 123045 deletions

View File

@@ -799,6 +799,9 @@ namespace Ichni.Editor
.Button("Look At", () =>
CommandManager.ExecuteCreate(() => LookAt.GenerateElement("New Look At", Guid.NewGuid(),
new List<string>(), true, gameElement, null, new FlexibleBool())))
.Button("Position Sync", () =>
CommandManager.ExecuteCreate(() => PositionSync.GenerateElement("New Position Sync", Guid.NewGuid(),
new List<string>(), true, gameElement, null, new FlexibleBool())))
.Button("Displacement Tracker", () =>
CommandManager.ExecuteCreate(() => DisplacementTracker.GenerateElement("New Displacement Tracker", Guid.NewGuid(),
new List<string>(), true, gameElement, null, 0f)))