Explorar el Código

Added link to API documentation.

Jorrit Rouwe hace 3 años
padre
commit
3bcc240d51
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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: