mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-16 02:10:38 +08:00
PCG nodes and other fixes (#14)
* Various fixes * Fix name from SettingsInterface * Allow path lookbehind for unknown keys entity * Subraph object name * Several fixes * Various fixes * Fix colors * Various pin types
This commit is contained in:
@@ -15,6 +15,12 @@ export default class IntegerEntity extends IEntity {
|
||||
}
|
||||
|
||||
constructor(value = 0) {
|
||||
if (value.constructor !== Object) {
|
||||
// @ts-expect-error
|
||||
value = {
|
||||
value: value,
|
||||
}
|
||||
}
|
||||
super(value)
|
||||
/** @type {Number} */ this.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user