public interface SceneReader
| Modifier and Type | Method and Description |
|---|---|
SceneGraphComponent |
getComponent()
provides the root component for the scene that was read.
|
void |
setInput(Input input)
set the input to read the scene from
|
void setInput(Input input) throws IOException
input - the Input of the resource to read.IOExceptionSceneGraphComponent getComponent()