public class JrScene extends Object
Constructor and Description |
---|
JrScene() |
JrScene(SceneGraphComponent root) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(String name,
Object attribute) |
void |
addPath(String name,
SceneGraphPath path) |
Object |
getAttribute(String name) |
SceneGraphPath |
getPath(String name)
currently used:
"cameraPath"
"emptyPickPath"
"avatarPath"
"deviceManagerPath" (in construction)
"microphonePath" (not yet...)
"contentPath" (not yet...)
|
Map<String,Object> |
getSceneAttributes() |
Map<String,SceneGraphPath> |
getScenePaths() |
SceneGraphComponent |
getSceneRoot() |
void |
setSceneRoot(SceneGraphComponent root) |
public JrScene()
public JrScene(SceneGraphComponent root)
public void addPath(String name, SceneGraphPath path)
public SceneGraphComponent getSceneRoot()
public void setSceneRoot(SceneGraphComponent root)
public SceneGraphPath getPath(String name)
name
- the name of the SceneGraphPathpublic Map<String,SceneGraphPath> getScenePaths()