Edit

Share via


InvalidEntityError Class

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.