Format code
This commit is contained in:
@@ -147,12 +147,12 @@ public:
|
||||
/// </summary>
|
||||
API_PROPERTY(Attributes="EditorOrder(240), DefaultValue(true), EditorDisplay(\"Character Controller\")")
|
||||
Vector3 GetUpDirection() const;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Sets the character up vector.
|
||||
/// </summary>
|
||||
API_PROPERTY() void SetUpDirection(const Vector3& up);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets the minimum move distance of the character controller. The minimum traveled distance to consider. If traveled distance is smaller, the character doesn't move. This is used to stop the recursive motion algorithm when remaining distance to travel is small.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user