From 04562662d38a83e1ac1fde2af9572ca38147e772 Mon Sep 17 00:00:00 2001 From: VolTer Date: Fri, 28 Apr 2023 01:35:33 +0200 Subject: Overhaul the top sections of the class reference (Core classes) --- doc/classes/ResourceLoader.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes/ResourceLoader.xml') diff --git a/doc/classes/ResourceLoader.xml b/doc/classes/ResourceLoader.xml index f804b5a25d..cf52f5017c 100644 --- a/doc/classes/ResourceLoader.xml +++ b/doc/classes/ResourceLoader.xml @@ -1,10 +1,10 @@ - Singleton used to load resource files. + A singleton for loading resource files. - Singleton used to load resource files from the filesystem. + A singleton used to load resource files from the filesystem. It uses the many [ResourceFormatLoader] classes registered in the engine (either built-in or from a plugin) to load files into memory and convert them to a format that can be used by the engine. [b]Note:[/b] You have to import the files into the engine first to load them using [method load]. If you want to load [Image]s at run-time, you may use [method Image.load]. If you want to import audio files, you can use the snippet described in [member AudioStreamMP3.data]. -- cgit v1.2.3