#load() vs ResourceLoader.load()
1 messages · Page 1 of 1 (latest)
load() only takes 1 parameter (the path).
ResourceLoader.load() allows for more parameters to change the behaviour of the loading process.
1 messages · Page 1 of 1 (latest)
I can't find a trusted source that explains the difference between these two methods. What is the difference and when is one prefered over the other?
load() only takes 1 parameter (the path).
ResourceLoader.load() allows for more parameters to change the behaviour of the loading process.