Skip to main content

Module register

Module register 

Source
Expand description

Register/export Rust symbols to Godot: classes, methods, enums…

Modules§

info
Metadata types for property and method registration.
property
Register Rust fields as Godot properties.

Structs§

RpcConfig__codegen-full
Configuration for a remote procedure call, used with #[rpc(config = ...)].

Attribute Macros§

godot_api
Proc-macro attribute to be used with impl blocks of #[derive(GodotClass)] structs.
godot_dyn
Generates a Class -> dyn Trait upcasting relation.

Derive Macros§

GodotClass
Derive macro for GodotClass on structs.