public class SceneSummary extends Object implements com.threerings.io.Streamable
| Modifier and Type | Field and Description |
|---|---|
String |
name
The name of this scene.
|
int[] |
neighborDirs
The directions in which each of the neighbors lay.
|
int[] |
neighbors
The ids of the scenes to which this scene is connected via
portals.
|
int |
sceneId
The id of this scene.
|
| Constructor and Description |
|---|
SceneSummary() |
public int sceneId
public String name
public int[] neighbors
public int[] neighborDirs
Copyright © 2015. All rights reserved.