RobotKit API
|
#import <UIKit/UIKit.h>
#import <CoreMotion/CoreMotion.h>
Go to the source code of this file.
Classes | |
class | RKDriveControl |
Singleton class for managing the game play. More... | |
Typedefs | |
typedef enum _RKDriveControlType | RKDriveControlType |
Enumerations | |
enum | _RKDriveControlType { RKDriveControlUserDefined, RKDriveControlJoyStick, RKDriveControlTilt } |
typedef enum _RKDriveControlType RKDriveControlType |
Drive control types used to in controlling a robot
enum _RKDriveControlType |
Drive control types used to in controlling a robot
RKDriveControlUserDefined |
User sets the RKDriveAlgorithm used by the RKRobotControl object. |
RKDriveControlJoyStick |
Sets a RKJoyStickDriveAlgorithm for the RKRobotControl object. |
RKDriveControlTilt |
Used in conjuction with the RKTiltDriveAlgorithm |