Метод | Описание | |
---|---|---|
EndClient ( ) : void | ||
GetWiiState ( int wiimoteID ) : ClientWiiState | ||
SendMsg ( String msg ) : void | ||
StartClient ( ) : bool | ||
ToggleIR ( int wiimoteID ) : void | ||
ToggleRumble ( int wiimoteID ) : void | ||
UpdateAccel ( int wiimoteID ) : void | ||
UpdateButtons ( int wiimoteID ) : void | ||
UpdateIR ( int wiimoteID ) : void | ||
UpdateNunchuck ( int wiimoteID ) : void | ||
WaitForMsg ( ) : String | ||
WiiUnityClient ( ) : System |
public GetWiiState ( int wiimoteID ) : ClientWiiState | ||
wiimoteID | int | |
Результат | ClientWiiState |
public ToggleRumble ( int wiimoteID ) : void | ||
wiimoteID | int | |
Результат | void |
public UpdateAccel ( int wiimoteID ) : void | ||
wiimoteID | int | |
Результат | void |
public UpdateButtons ( int wiimoteID ) : void | ||
wiimoteID | int | |
Результат | void |
public UpdateNunchuck ( int wiimoteID ) : void | ||
wiimoteID | int | |
Результат | void |