v1.1.0 – OnHover Events & Handle Blocking
What’s New in v1.1.0
Added
- OnHoverEnter and OnHoverExit events in
TransformHandleManager
Allows subscribers to react when the user hovers over or leaves a handle axis. - SetHandlesEnabled(bool) API
Enable or disable all handle interaction at runtime—ideal for blocking handles while your UI is active.
Full Changelog: v1.0.0...v1.1.0