Property | Type | Description | |
---|---|---|---|
instance | NetworkController | ||
m_ChanOtherPrefab | GameObject | ||
m_ChanPrefab | GameObject |
Method | Description | |
---|---|---|
GetMyPlayer ( ) : GameObject | ||
SendChangeFace ( string clip, int layer ) : void | ||
SendInput ( InputUpdate input ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnApplicationQuit ( ) : void | ||
OnFaceUpdate ( string msg_type, object body ) : void | ||
OnFacebookEvent ( SnResultCode result ) : void | ||
OnKilled ( string msg_type, object body ) : void | ||
OnSessionClosed ( ) : void | ||
OnSessionInitiated ( string session_id ) : void | ||
OnSpawnOther ( string msg_type, object body ) : void | ||
OnSpawnSelf ( string msg_type, object body ) : void | ||
OnUpdate ( string msg_type, object body ) : void | ||
SpawnPlayer ( int id, Vector3 pos ) : void | ||
Update ( ) : void |
public SendChangeFace ( string clip, int layer ) : void | ||
clip | string | |
layer | int | |
return | void |
public SendInput ( InputUpdate input ) : void | ||
input | InputUpdate | |
return | void |
public static NetworkController instance | ||
return | NetworkController |