mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 11:37:33 +08:00
SelectModel fixed
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
import { UEBlueprint, UEBlueprintObject } from "./ueblueprint.js"
|
||||
let blueprint = new UEBlueprint()
|
||||
let node1 = new UEBlueprintObject()
|
||||
node1.setLocation([400, 200])
|
||||
blueprint.addNode(node1)
|
||||
document.querySelector('body').appendChild(blueprint)
|
||||
let a = 123
|
||||
|
||||
Reference in New Issue
Block a user