MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetVelocity

Method GetVelocity

Source/Engine/Physics/Colliders/CharacterController.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150Vector3 CharacterController::GetVelocity() const
151{
152 return _controller ? PhysicsBackend::GetRigidDynamicActorLinearVelocity(PhysicsBackend::GetControllerRigidDynamicActor(_controller)) : Vector3::Zero;
153}
154
155bool CharacterController::IsGrounded() const
156{

Callers 1

RebuildFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected