mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-26 10:14:43 +08:00
Group objects drag implemented
This commit is contained in:
@@ -4,8 +4,6 @@ export default class USelect extends UMouseClickDrag {
|
||||
|
||||
constructor(target, blueprint, options) {
|
||||
super(target, blueprint, options)
|
||||
|
||||
this.blueprint = blueprint // blueprint is needed
|
||||
this.stepSize = options?.stepSize
|
||||
this.mousePosition = [0, 0]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user