The IsPressed
property is a static boolean property of the Gizmo
class in the Sandbox
namespace. It indicates whether a gizmo is currently being pressed. However, this property is marked as obsolete and should not be used in new code. Instead, it is recommended to use Gizmo.Pressed.This
for checking if a gizmo is pressed.