public interface Resource
ResourceLoader
Modifier and Type | Method and Description |
---|---|
boolean |
isLoaded()
Check if resource has been loaded.
|
void |
load()
Load resource.
|
void load()
Must be called only one time.
LionEngineException
- If an error occurred when loading the resource or already loaded.boolean isLoaded()
true
if loaded, false
else.Copyright © 2016 Byron 3D Games Studio. All rights reserved.