Add helper comment about CapsuleCollider height

This commit is contained in:
Wojtek Figat
2021-10-27 17:43:34 +02:00
parent e25915b9d1
commit fe28aa4f5e

View File

@@ -44,7 +44,7 @@ public:
API_PROPERTY() void SetRadius(float value);
/// <summary>
/// Gets the height of the capsule, measured in the object's local space.
/// Gets the height of the capsule, measured in the object's local space between the centers of the hemispherical ends.
/// </summary>
/// <remarks>
/// The capsule height will be scaled by the actor's world scale.
@@ -56,7 +56,7 @@ public:
}
/// <summary>
/// Sets the height of the capsule, measured in the object's local space.
/// Sets the height of the capsule, measured in the object's local space between the centers of the hemispherical ends.
/// </summary>
/// <remarks>
/// The capsule height will be scaled by the actor's world scale.