Check if an Kinematic Body 3d is moving

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Bot7

How can I Check if an Kinematic Body 3d is moving ?

:bust_in_silhouette: Reply From: ejricketts

If you have a KinematicBody3D, it probably has a vector containing information about its motion, so you could use an if statements to check whether said vector is non-zero.