mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-06 15:47:30 +08:00
Move style related actions to templates
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
/** @typedef {import("./graph/GraphNode").default} GraphNode */
|
||||
export default class BlueprintData {
|
||||
|
||||
constructor() {
|
||||
/** @type {GraphNode[]}" */
|
||||
this.nodes = new Array()
|
||||
this.expandGridSize = 400
|
||||
/** @type {number[]} */
|
||||
this.additional = /*[2 * this.expandGridSize, 2 * this.expandGridSize]*/[0, 0]
|
||||
/** @type {number[]} */
|
||||
this.translateValue = /*[this.expandGridSize, this.expandGridSize]*/[0, 0]
|
||||
/** @type {number[]} */
|
||||
this.mousePosition = [0, 0]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user