1 2 3 4 5 6 7 8 9
#pragma once struct RootMotionData { Vector3f deltaPosition; Quaternionf targetRotation; float gravityWeight; bool didApply; };