示例#1
0
 /**
  * Creates a periscope camera in the SBCursors class for more accurate Ball Tracking.
  * Only works if enableBallTracking is true.
  * @see SBCursors.StartCursors()
  * Starts the Remote functionality by looking for the Seebright Remote by starting bluetooth in native iOS code.
  * @see SBRemote.InitializeRemote()
  */
 void Start()
 {
     SBRemote.InitializeRemote();
 }