示例#1
0
 /**
  * Calls remote updates and receieves input from the Seebright Blutooth remote.
  * @see SBRemote.remoteLateUpdate()
  */
 void LateUpdate()
 {
     SBRemote.remoteLateUpdate();
 }