Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extends
- Error
The error called when an entity is invalid. This can occur when accessing components on a removed entity.
Properties
id
read-only id: string;
The id of the entity that is now invalid.
Type: string
Notes:
- This property can be read in early-execution mode.
type
read-only type: string;
The type of the entity that is now invalid.
Type: string
Notes:
- This property can be read in early-execution mode.