public class SceneLocation
extends com.threerings.io.SimpleStreamableObject
implements com.threerings.presents.dobj.DSet.Entry
Location with the data and functionality needed to
represent a particular user's location in a scene.| Modifier and Type | Field and Description |
|---|---|
int |
bodyOid
The oid of the body that occupies this location.
|
Location |
loc
The actual location, which is interpreted by the display system.
|
| Constructor and Description |
|---|
SceneLocation()
Creates a blank instance suitable for unserialization.
|
SceneLocation(Location loc,
int bodyOid)
Creates a scene location with the specified information.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Comparable<?> |
getKey() |
int |
hashCode() |
public int bodyOid
public Location loc
public SceneLocation(Location loc, int bodyOid)
public SceneLocation()
Copyright © 2015. All rights reserved.