From 57af53c22195a77e504e2f2d888088dfc6eca57d Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 11 Jul 2024 15:19:00 +0900 Subject: [PATCH] comment --- .../Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs b/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs index e000fa102..0fa17781c 100644 --- a/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs +++ b/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs @@ -76,7 +76,8 @@ namespace UniVRM10 } /// - /// + /// - Jointの所属するSpringの情報を表示する + /// - Springに関連付けられたColliderの情報を表示する /// /// 末端 bool ShowSpringInfo()