-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Labels
c: exportComponent: export (mod export, derive)Component: export (mod export, derive)featureAdds functionality to the libraryAdds functionality to the library
Milestone

Description
The Rust convention suggests that types should not be prefixed with module names. However, GDNative also requires unique class_name
s for each exported type, which makes the former harder to achieve, since the NativeClass
derive macro gets the name from the type identifier. Allowing users to manually provide an alternate name would be an easy way around this limitation.
Waridley
Metadata
Metadata
Assignees
Labels
c: exportComponent: export (mod export, derive)Component: export (mod export, derive)featureAdds functionality to the libraryAdds functionality to the library