update Ragdoll component to only uses Handles (#981)

This commit is contained in:
amzn-sean
2021-05-27 16:42:17 +01:00
committed by GitHub
parent 7ced53cf58
commit 529e29071c
7 changed files with 93 additions and 42 deletions
@@ -102,7 +102,7 @@ namespace Physics
/// Is the ragdoll currently simulated?
/// @result True in case the ragdoll is simulated, false if not.
virtual bool IsSimulated() = 0;
virtual bool IsSimulated() const = 0;
/// Writes the state for all of the bodies in the ragdoll to the provided output.
/// The caller owns the output state and can safely manipulate it without affecting the physics simulation.