Started writing documentation

This commit is contained in:
barsdeveloper
2021-06-30 00:38:39 +02:00
parent d143a5cdc3
commit 1e1534b2ce
2 changed files with 26 additions and 7 deletions

View File

@@ -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);
}