feat: uuidMapping exposure
This commit is contained in:
parent
76a444f233
commit
5a5169bf34
|
@ -77,6 +77,10 @@ class EntityListBase {
|
|||
return this.entities_PRIVATE[uuid];
|
||||
}
|
||||
|
||||
mappedUuid(uuid) {
|
||||
return this.uuidMap_PRIVATE[uuid];
|
||||
}
|
||||
|
||||
quadTreePoint(entity) {
|
||||
return this.quadTreeData_PRIVATE[entity.instanceUuid];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user