Skip to content

class_resourceloader

Lukas Sägesser edited this page Jun 22, 2015 · 10 revisions

ResourceLoader

####Inherits: Object ####Category: Core

Brief Description

Resource Loader.

Member Functions

Description

Resource Loader. This is a static object accessible as ResourceLoader. GDScript has a simplified load() function, though.

Member Function Description

Load a resource interactively, the returned object allows to load with high granularity.

Return the list of recognized extensions for a resource type.

  • void set_abort_on_missing_resources ( bool abort )

Change the behavior on missing sub-resources. Default is to abort load.

Clone this wiki locally