C# Class PSMoveController, psmove-unity5

Inheritance: MonoBehaviour
Afficher le fichier Open project: HipsterSloth/psmove-unity5 Class Usage Examples

Méthodes publiques

Свойство Type Description
PSMoveID int
ShowHMDFrustumDebug bool
ShowTrackingDebug bool

Méthodes publiques

Méthode Description
CycleTrackingColor ( ) : void
OnDestroy ( ) : void
ResetYaw ( ) : void
SetRumble ( float rumble ) : void

Sets the amount of rumble

Start ( ) : void

NOTE! This function does NOT pair the controller by Bluetooth. If the controller is not already paired, it can only be connected by USB. See README for more information.

Update ( ) : void

Method Details

CycleTrackingColor() public méthode

public CycleTrackingColor ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

ResetYaw() public méthode

public ResetYaw ( ) : void
Résultat void

SetRumble() public méthode

Sets the amount of rumble
public SetRumble ( float rumble ) : void
rumble float the rumble amount (0-1)
Résultat void

Start() public méthode

NOTE! This function does NOT pair the controller by Bluetooth. If the controller is not already paired, it can only be connected by USB. See README for more information.
public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

PSMoveID public_oe property

public int PSMoveID
Résultat int

ShowHMDFrustumDebug public_oe property

public bool ShowHMDFrustumDebug
Résultat bool

ShowTrackingDebug public_oe property

public bool ShowTrackingDebug
Résultat bool