From fe28aa4f5e4c95b025423fdde75a65bafdd5d40a Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 27 Oct 2021 17:43:34 +0200 Subject: [PATCH] Add helper comment about CapsuleCollider height --- Source/Engine/Physics/Colliders/CapsuleCollider.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Engine/Physics/Colliders/CapsuleCollider.h b/Source/Engine/Physics/Colliders/CapsuleCollider.h index 4a66ca877..9e133dd7a 100644 --- a/Source/Engine/Physics/Colliders/CapsuleCollider.h +++ b/Source/Engine/Physics/Colliders/CapsuleCollider.h @@ -44,7 +44,7 @@ public: API_PROPERTY() void SetRadius(float value); /// - /// 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. /// /// /// The capsule height will be scaled by the actor's world scale. @@ -56,7 +56,7 @@ public: } /// - /// 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. /// /// /// The capsule height will be scaled by the actor's world scale.