Releases: Netherlands3D/SelectionTools
Releases · Netherlands3D/SelectionTools
Clean up listeners on disable
v2.5.0
Override positions without notify
- Added new method to set line positions without notify 'SetCurrentInputPointsWithoutNotify'
Added option to override world coordinate and set world plane
Added option to override world coordinate and set world plane. This will allow extendable classes that input their own coordinates (e.g. to set custom height)
Close polygon fixes
- Fixed problem where dragging the end point of an open polygon (line) would also move the first point to the end position.
- When performing the closing action with less than the minimum required points, a point is added at the cursor position to attempt to create a valid shape.
Used SetDrawMode when finishing a polygon to update pointer visibility
Fixed:
- Used SetDrawMode when finishing a polygon to update pointer visibility
Enable input action map by default
Fixed execution order issue where another system may disable the input action map of this system. By default the input action map will be enabled and no longer disabled to avoid interfering with other systems that may use the same input action map.
Fixed auto draw still drawing in edit mode
Auto draw is now disabled in edit mode
Added a mode selection to allow only creating or only editing polygons.
Added a mode selection to allow only creating or only editing polygons. Doing both at once is still possible with the mode CreateAndEdit. The pointer representation can be turned on/off depending on the mode.