public class CursorLoader extends java.lang.Object implements AssetLoader
| Constructor and Description | 
|---|
CursorLoader()  | 
| Modifier and Type | Method and Description | 
|---|---|
JmeCursor | 
load(AssetInfo info)
Loads and return a cursor file of one of the following format: .ani, .cur and .ico. 
 | 
public JmeCursor load(AssetInfo info) throws java.io.IOException
load in interface AssetLoaderinfo - The AssetInfo describing the cursor file.java.io.IOException - if the file is not found.