Property | Type | Description | |
---|---|---|---|
m_Control | |||
m_Entity | System.Entity | ||
m_HeadOffset | System.Vector3 | ||
m_Node | SceneNode |
Method | Description | |
---|---|---|
Character ( string meshName, float mass ) : System | ||
Character ( string meshName, float mass, bool npc ) : System | ||
SetPosition ( System.Vector3 position ) : void | ||
Update ( ) : void |
public Character ( string meshName, float mass ) : System | ||
meshName | string | |
mass | float | |
return | System |
public Character ( string meshName, float mass, bool npc ) : System | ||
meshName | string | |
mass | float | |
npc | bool | |
return | System |
public SetPosition ( System.Vector3 position ) : void | ||
position | System.Vector3 | |
return | void |