diff --git a/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntime.cs b/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntime.cs index 3ca33eaf3..d02e6ec97 100644 --- a/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntime.cs +++ b/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntime.cs @@ -59,12 +59,12 @@ namespace UniVRM10 return task.Result; } - private bool m_building = false; /// /// 多重実行防止。 /// m_building は ConstructSpringBoneAsync 専用。他で使う場合は注意。 /// - /// + private bool m_building = false; + /// ConstructSpringBoneAsync がすでに実行中の場合は中止して false で戻る private async Task ConstructSpringBoneAsync(IAwaitCaller awaitCaller) { diff --git a/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntimeStandalone.cs b/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntimeStandalone.cs index a0c795c78..d6fb9a2a6 100644 --- a/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntimeStandalone.cs +++ b/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntimeStandalone.cs @@ -69,12 +69,12 @@ namespace UniVRM10 return task.Result; } - private bool m_building = false; /// /// 多重実行防止。 /// m_building は ConstructSpringBoneAsync 専用。他で使う場合は注意。 /// - /// + private bool m_building = false; +\ /// ConstructSpringBoneAsync がすでに実行中の場合は中止して false で戻る private async Task ConstructSpringBoneAsync(IAwaitCaller awaitCaller) {