- _getResources
GodotMethod!(Array) _getResources;
Undocumented in source.
- _setResources
GodotMethod!(void, Array) _setResources;
Undocumented in source.
- addResource
GodotMethod!(void, String, Resource) addResource;
Undocumented in source.
- getResource
GodotMethod!(Resource, String) getResource;
Undocumented in source.
- getResourceList
GodotMethod!(PoolStringArray) getResourceList;
Undocumented in source.
- hasResource
GodotMethod!(bool, String) hasResource;
Undocumented in source.
- removeResource
GodotMethod!(void, String) removeResource;
Undocumented in source.
- renameResource
GodotMethod!(void, String, String) renameResource;
Undocumented in source.