New anums added, bug fix causing object loss

This commit is contained in:
barsdeveloper
2023-05-06 20:06:16 +02:00
parent f7abd7ff6e
commit e97ce5d562
7 changed files with 85 additions and 13 deletions

View File

@@ -27,6 +27,9 @@ export default class ObjectEntity extends IEntity {
Name: {
default: "",
},
ExportPath: {
type: ObjectReferenceEntity,
},
AxisKey: {
type: SymbolEntity,
},
@@ -270,6 +273,7 @@ export default class ObjectEntity extends IEntity {
super(values, suppressWarns)
/** @type {ObjectReferenceEntity} */ this.Class
/** @type {String} */ this.Name
/** @type {ObjectReferenceEntity} */ this.ExportPath
/** @type {SymbolEntity?} */ this.AxisKey
/** @type {SymbolEntity?} */ this.InputAxisKey
/** @type {Boolean?} */ this.bIsPureFunc