Browse Source

Added link to API documentation.

Jorrit Rouwe 3 years ago
parent
commit
3bcc240d51
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Jolt/Physics/Constraints/MotorSettings.h

+ 2 - 1
Jolt/Physics/Constraints/MotorSettings.h

@@ -18,7 +18,8 @@ enum class EMotorState
 	Position															///< Motor will drive to target position
 };
 
-/// Class that contains the settings for a constraint motor
+/// Class that contains the settings for a constraint motor.
+/// See the main page of the API documentation for more information on how to configure a motor.
 class MotorSettings
 {
 public: