Function: updateClassIds()
ts
function updateClassIds(target: IClassIdsGrouped): void;Synchronize and update current class identifiers list.
Parameters
| Parameter | Type | Description |
|---|---|---|
target | IClassIdsGrouped | Memoized class identifiers sets to synchronize with game engine. |
Returns
void