You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several issues relate to the#[derive(NativeClass)] macro and in particular the #[export] token. Both currently lack some functionality, that is either already available in GDScript or would simplify the binding to existing Rust data structures.
Several issues relate to the
#[derive(NativeClass)]
macro and in particular the#[export]
token. Both currently lack some functionality, that is either already available in GDScript or would simplify the binding to existing Rust data structures.Class exports
#[derive(NativeClass)]
types #603no_constructor
in Rust #629NativeClass
derive macro #848Method exports
Property exports
property
attribute #547gdrust
macro for easy property and signal exports #715Documentation and diagnostics
"Inverse export" (exposing GDScript API in Rust)
The text was updated successfully, but these errors were encountered: