Class ObjectInfo

java.lang.Object
  |
  +--ObjectInfo
Direct Known Subclasses:
BallInfo, FlagInfo, GoalInfo, LineInfo, PlayerInfo

class ObjectInfo
extends java.lang.Object


Field Summary
 float m_dirChange
           
 float m_direction
           
 float m_distance
           
 float m_distChange
           
 java.lang.String m_type
           
 
Constructor Summary
ObjectInfo(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

m_type

public java.lang.String m_type

m_distance

public float m_distance

m_direction

public float m_direction

m_distChange

public float m_distChange

m_dirChange

public float m_dirChange
Constructor Detail

ObjectInfo

public ObjectInfo(java.lang.String type)