Added documentation to help users realize where they have to go next in order to register the listener.
@@ -81,6 +81,7 @@ public:
};
/// This class receives callbacks when a virtual character hits something.
+/// Once created, register it on a CharacterVirtual by using the character's SetListener method.
class JPH_EXPORT CharacterContactListener
{
public: