macro_rules! inherit_from_PackedScene__ensure_class_exists {
($Class: ident) => { ... };
}Expand description
ยงSafety
The provided class must be a subclass of all the superclasses of PackedScene
macro_rules! inherit_from_PackedScene__ensure_class_exists {
($Class: ident) => { ... };
}The provided class must be a subclass of all the superclasses of PackedScene