public static class WorldManagerClient.ObjectInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
OID |
accountOid |
AOVector |
dir |
boolean |
followsTerrain |
OID |
instanceOid |
long |
lastInterp |
Point |
loc |
java.lang.String |
name |
ObjectType |
objType |
OID |
oid |
Quaternion |
orient |
AOVector |
scale |
Constructor and Description |
---|
ObjectInfo() |
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
getProperty(java.lang.String key) |
void |
setProperty(java.lang.String key,
java.io.Serializable val)
object must be serializable
|
AOByteBuffer |
toBuffer(OID notifyOid) |
java.lang.String |
toString() |
public OID instanceOid
public OID oid
public java.lang.String name
public OID accountOid
public Point loc
public Quaternion orient
public AOVector scale
public ObjectType objType
public boolean followsTerrain
public AOVector dir
public long lastInterp
public java.lang.String toString()
toString
in class java.lang.Object
public AOByteBuffer toBuffer(OID notifyOid)
public void setProperty(java.lang.String key, java.io.Serializable val)
public java.io.Serializable getProperty(java.lang.String key)