Method | Description | |
---|---|---|
IndexChanged ( int oldIndex, int newIndex ) : void | ||
OnClientEnterRoom ( ) : void | ||
OnClientExitRoom ( ) : void | ||
OnGUI ( ) : void | ||
OnStartClient ( ) : void | ||
ReadyStateChanged ( bool oldReadyState, bool newReadyState ) : void |
public IndexChanged ( int oldIndex, int newIndex ) : void | ||
oldIndex | int | |
newIndex | int | |
return | void |
public ReadyStateChanged ( bool oldReadyState, bool newReadyState ) : void | ||
oldReadyState | bool | |
newReadyState | bool | |
return | void |