Class InvalidEntityError

The error called when an entity is invalid. This can occur when accessing components on a removed entity.

Hierarchy

  • Error
    • InvalidEntityError

Constructors

Properties

Constructors

Properties

id: string

Remarks

The id of the entity that is now invalid.

This property can be read in early-execution mode.

message: string
name: string
stack?: string
type: string

Remarks

The type of the entity that is now invalid.

This property can be read in early-execution mode.