You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
C#: Marshalling support for IEnumerable<> and IDictionary<,>
Also fixed the hint string of exported members.
This commit is contained in:
@@ -74,6 +74,10 @@ void GDMonoMethod::_update_signature(MonoMethodSignature *p_method_sig) {
|
||||
method_info = MethodInfo();
|
||||
}
|
||||
|
||||
GDMonoClass *GDMonoMethod::get_enclosing_class() const {
|
||||
return GDMono::get_singleton()->get_class(mono_method_get_class(mono_method));
|
||||
}
|
||||
|
||||
bool GDMonoMethod::is_static() {
|
||||
return mono_method_get_flags(mono_method, NULL) & MONO_METHOD_ATTR_STATIC;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user