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
note = "see also: https://godot-rust.github.io/book/register/properties.html"
67
+
note = "see also: https://godot-rust.github.io/book/register/properties.html",
68
+
note = "`Gd` and `DynGd` cannot be used directly as properties because they are non-nullable. In such a case use `OnEditor<T>` or `Option<T>` instead."
68
69
)]
69
70
pubtraitExport:Var{
70
71
/// The export info to use for an exported field of this type, if no other export info is specified.
0 commit comments