diff --git a/X10D.Unity/src/DebugEx.WireCube.cs b/X10D.Unity/src/DebugEx.WireCube.cs
index 90f4d77..43b9794 100644
--- a/X10D.Unity/src/DebugEx.WireCube.cs
+++ b/X10D.Unity/src/DebugEx.WireCube.cs
@@ -1,4 +1,4 @@
-using UnityEngine;
+using UnityEngine;
using X10D.Drawing;
using X10D.Unity.Numerics;
@@ -17,7 +17,7 @@ public static partial class DebugEx
}
///
- /// Draws a box with the specified orientation.
+ /// Draws a wireframe cube with the specified orientation.
///
/// The center point.
/// The extents of the box.
@@ -29,7 +29,7 @@ public static partial class DebugEx
}
///
- /// Draws a box with the specified color.
+ /// Draws a wireframe cube with the specified color.
///
/// The center point.
/// The extents of the box.
@@ -40,7 +40,7 @@ public static partial class DebugEx
}
///
- /// Draws a box with the specified orientation and color.
+ /// Draws a wireframe cube with the specified orientation and color.
///
/// The center point.
/// The extents of the box.
@@ -53,7 +53,7 @@ public static partial class DebugEx
}
///
- /// Draws a box with the specified color and duration.
+ /// Draws a wireframe cube with the specified color and duration.
///
/// The center point.
/// The extents of the box.
@@ -67,7 +67,7 @@ public static partial class DebugEx
}
///
- /// Draws a box with the specified orientation, color, and duration.
+ /// Draws a wireframe cube with the specified orientation, color, and duration.
///
/// The center point.
/// The extents of the box.
@@ -83,7 +83,7 @@ public static partial class DebugEx
}
///
- /// Draws a box with the specified color and duration.
+ /// Draws a wireframe cube with the specified color and duration.
///
/// The center point.
/// The extents of the box.
@@ -101,7 +101,7 @@ public static partial class DebugEx
}
///
- /// Draws a box with the specified orientation, color, and duration.
+ /// Draws a wireframe cube with the specified orientation, color, and duration.
///
/// The center point.
/// The extents of the box.
@@ -122,7 +122,7 @@ public static partial class DebugEx
}
///
- /// Draws a box with the specified color.
+ /// Draws a wireframe cube with the specified color.
///
/// The cuboid to draw.
/// The color of the box.
@@ -132,7 +132,7 @@ public static partial class DebugEx
}
///
- /// Draws a box with the specified color and duration.
+ /// Draws a wireframe cube with the specified color and duration.
///
/// The cuboid to draw.
/// The color of the box.
@@ -145,7 +145,7 @@ public static partial class DebugEx
}
///
- /// Draws a box with the specified color and duration.
+ /// Draws a wireframe cube with the specified color and duration.
///
/// The cuboid to draw.
/// The color of the box.