mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-07 08:07:29 +08:00
Link implementation wip
This commit is contained in:
@@ -14,11 +14,11 @@ export default class GraphElement extends HTMLElement {
|
||||
*/
|
||||
constructor(entity, template) {
|
||||
super()
|
||||
/** @type {Blueprint}" */
|
||||
/** @type {Blueprint} */
|
||||
this.blueprint = null
|
||||
/** @type {Entity}" */
|
||||
/** @type {Entity} */
|
||||
this.entity = entity
|
||||
/** @type {Template}" */
|
||||
/** @type {Template} */
|
||||
this.template = template
|
||||
/** @type {Context[]} */
|
||||
this.inputObjects = []
|
||||
|
||||
Reference in New Issue
Block a user