godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
ResourceFormatLoader.GDNativeClassBinding
godot
resourceformatloader
ResourceFormatLoader
Undocumented in source.
struct
ResourceFormatLoader
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_dependencies")
GodotMethod
!(
void
,
String
,
String
)
getDependencies
;
__gshared
@
GodotName
("get_recognized_extensions")
GodotMethod
!(
PoolStringArray
)
getRecognizedExtensions
;
__gshared
@
GodotName
("get_resource_type")
GodotMethod
!(
String
,
String
)
getResourceType
;
__gshared
@
GodotName
("handles_type")
GodotMethod
!(
bool
,
String
)
handlesType
;
__gshared
@
GodotName
("load")
GodotMethod
!(
Variant
,
String
,
String
)
load
;
__gshared
@
GodotName
("rename_dependencies")
GodotMethod
!(
long
,
String
,
String
)
renameDependencies
;
}
Members
Static variables
getDependencies
GodotMethod
!(
void
,
String
,
String
)
getDependencies
;
Undocumented in source.
getRecognizedExtensions
GodotMethod
!(
PoolStringArray
)
getRecognizedExtensions
;
Undocumented in source.
getResourceType
GodotMethod
!(
String
,
String
)
getResourceType
;
Undocumented in source.
handlesType
GodotMethod
!(
bool
,
String
)
handlesType
;
Undocumented in source.
load
GodotMethod
!(
Variant
,
String
,
String
)
load
;
Undocumented in source.
renameDependencies
GodotMethod
!(
long
,
String
,
String
)
renameDependencies
;
Undocumented in source.
Meta
Source
See Implementation
godot
resourceformatloader
ResourceFormatLoader
aliases
BaseClasses
functions
getDependencies
getRecognizedExtensions
getResourceType
handlesType
load
opAssign
opEquals
renameDependencies
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name