public class ZoneSummary
extends com.threerings.io.SimpleStreamableObject
| Modifier and Type | Field and Description |
|---|---|
com.threerings.util.Name |
name
The name of the zone.
|
SceneSummary[] |
scenes
The summary information for all of the scenes in the zone.
|
int |
zoneId
The zone's fully qualified unique identifier.
|
| Constructor and Description |
|---|
ZoneSummary() |
public int zoneId
public com.threerings.util.Name name
public SceneSummary[] scenes
public String toString()
toString in class com.threerings.io.SimpleStreamableObjectCopyright © 2015. All rights reserved.