public class RA3Parser extends Object implements SceneParser
| Constructor and Description |
|---|
RA3Parser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
parse(String filename,
SunflowAPIInterface api)
Parse the specified file to create a scene description into the provided
SunflowAPI object. |
public boolean parse(String filename, SunflowAPIInterface api)
SceneParserSunflowAPI object.parse in interface SceneParserfilename - filename to parseapi - scene to parse the file intotrue upon sucess, or false if
errors have occured.Copyright © 2017. All rights reserved.