Skip to content

v1.1.0 – OnHover Events & Handle Blocking

Choose a tag to compare

@BjoernGit BjoernGit released this 03 Aug 09:54
· 35 commits to main since this release

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