MCPcopy Create free account
hub / github.com/Schr3da/gdext-rust-tutorials / MainMenuNode

Class MainMenuNode

signals/rust/src/main_menu_node.rs:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#[derive(GodotClass)]
6#[class(base=Node2D)]
7pub struct MainMenuNode {
8 base: Base<Node2D>,
9}
10
11#[godot_api]
12impl INode2D for MainMenuNode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected