コード例 #1
0
 private void OnDrawGizmosSelected()
 {
     BUtility.DebugDrawRope
     (
         transform.position,
         transform.rotation,
         SoftBodySettings.scale,
         meshSettings.startPoint,
         meshSettings.endPoint,
         meshSettings.numPointsInRope,
         Color.green
     );
 }