Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

MissingNode

Inherits: Node < Object

An internal editor class intended for keeping the data of unrecognized nodes.

Description

This is an internal editor class intended for keeping data of nodes of unknown type (most likely this type was supplied by an extension that is no longer loaded). It can't be manually instantiated or placed in the scene. Ignore it if you don't know what it is.

Properties

String

original_class

bool

recording_properties


Property Descriptions

String original_class

  • void set_original_class ( String value )

  • String get_original_class ( )

Returns the name of the type this node was originally.


bool recording_properties

  • void set_recording_properties ( bool value )

  • bool is_recording_properties ( )

There is currently no description for this property. Please help us by contributing one!