Variable: LevelTag
const
LevelTag:Component
<{id
: {default
:string
;type
:String
; }; }>
Defined in: packages/core/src/level/level-tag.ts:21
Tags entities as belonging to the active level.
Remarks
- The LevelSystem destroys all entities with this tag when switching levels.
- Entities created via World.createTransformEntity are automatically tagged, unless created as persistent.