mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-21 05:27:34 +08:00
Started writing documentation
This commit is contained in:
@@ -51,10 +51,6 @@ export default class UEBlueprintDragScroll extends UEBlueprintDrag {
|
||||
this.blueprintNode.translate(-x, -y)
|
||||
}
|
||||
|
||||
scaledExpand(x, y, scale) {
|
||||
|
||||
}
|
||||
|
||||
clamp(val, min, max) {
|
||||
return Math.min(Math.max(val, min), max);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user