mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-21 14:24:47 +08:00
Additional colors and types added
This commit is contained in:
@@ -17,4 +17,8 @@ export default class ObjectReferenceEntity extends IEntity {
|
||||
/** @type {String} */ this.type
|
||||
/** @type {String} */ this.path
|
||||
}
|
||||
|
||||
getName() {
|
||||
return this.path.match(/[^\.\/]+$/)[0]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user