| Package | org.ffilmation.engine.interfaces |
| Interface | public interface fEngineSceneRetriever |
| Implementors | fSceneFromXML, fSceneLoader |
| Method | Defined by | ||
|---|---|---|---|
|
getBasePath():String
The scene will use this method to retrieve the basepath for this XML.
| fEngineSceneRetriever | ||
|
getXML():XML
The scene will use this method to retrieve the XML definition once when a COMPLETE event is triggered
| fEngineSceneRetriever | ||
|
start():EventDispatcher
The scene will call this when it is ready to receive an scene.
| fEngineSceneRetriever | ||
| getBasePath | () | method |
public function getBasePath():StringThe scene will use this method to retrieve the basepath for this XML. This basepath will be used to resolve paths inside this XML
ReturnsString |
| getXML | () | method |
public function getXML():XMLThe scene will use this method to retrieve the XML definition once when a COMPLETE event is triggered
ReturnsXML |
| start | () | method |
public function start():EventDispatcherThe scene will call this when it is ready to receive an scene. Then the engine will listen for a COMPLETE event of the returned object before retrieving the final xml
ReturnsEventDispatcher |