Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
MissingResource¶
Inherits: Resource < RefCounted < Object
An internal editor class intended for keeping the data of unrecognized resources.
描述¶
This is an internal editor class intended for keeping data of resources 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.
属性¶
Property Descriptions¶
String original_class
Returns the name of the class this resource was originally.
bool recording_properties
There is currently no description for this property. Please help us by contributing one!