com.threerings.whirled.spot.tools
Class EditablePortal
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.whirled.spot.data.Portal
com.threerings.whirled.spot.tools.EditablePortal
- All Implemented Interfaces:
- com.threerings.io.Streamable, Cloneable
public class EditablePortal
- extends Portal
An editable portal extends the standard portal with information needed
by the loader and editor.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
| Methods inherited from class com.threerings.io.SimpleStreamableObject |
toString |
name
public String name
- The human-readable name of this portal.
targetSceneName
public String targetSceneName
- The human-readable name of the scene to which this portal
links.
targetPortalName
public String targetPortalName
- The human-readable name of the portal to which this portal links
in its target scene.
EditablePortal
public EditablePortal()
Copyright © 2011. All Rights Reserved.