TransformSubmodule生成进行一次赋值

This commit is contained in:
SoulliesOfficial
2025-03-15 23:37:38 -04:00
parent b3caa0c11e
commit a48e7d59ac
16 changed files with 589 additions and 20 deletions

View File

@@ -32,6 +32,8 @@ namespace Ichni.RhythmGame
this.trackSamplingType = trackSamplingType;
this.isClosed = isClosed;
this.path.sampleRate = 16;
SetUpSplineComputer(this.trackSpaceType, this.trackSamplingType);
//闭合路径在PathNode生成时执行在初始化的情况下PathNode数量为0不会执行闭合操作