From e5a35eacdbc09cdd5876c309e7f2844a4936fb76 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 24 Sep 2024 16:11:33 +0900 Subject: [PATCH] comment --- .../Components/Vrm10Runtime/Vrm10FastSpringboneRuntime.cs | 4 ++-- .../Vrm10Runtime/Vrm10FastSpringboneRuntimeStandalone.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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) {