C# Class PSMoveDataContext, psmove-unity5

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

Méthodes publiques

Méthode Description
Clear ( ) : void
ComponentPost ( ) : void
ComponentRead ( Transform ParentGameObjectTransform ) : void
GetAccelerometer ( ) : Vector3
GetButtonCircle ( ) : bool
GetButtonCirclePressed ( ) : bool
GetButtonCircleReleased ( ) : bool
GetButtonCross ( ) : bool
GetButtonCrossPressed ( ) : bool
GetButtonCrossReleased ( ) : bool
GetButtonMove ( ) : bool
GetButtonMovePressed ( ) : bool
GetButtonMoveReleased ( ) : bool
GetButtonPS ( ) : bool
GetButtonPSPressed ( ) : bool
GetButtonPSReleased ( ) : bool
GetButtonPressedThisFrame ( PSMoveButton ButtonMask ) : bool
GetButtonReleasedThisFrame ( PSMoveButton ButtonMask ) : bool
GetButtonSelect ( ) : bool
GetButtonSelectPressed ( ) : bool
GetButtonSelectReleased ( ) : bool
GetButtonSquare ( ) : bool
GetButtonSquarePressed ( ) : bool
GetButtonSquareReleased ( ) : bool
GetButtonStart ( ) : bool
GetButtonStartPressed ( ) : bool
GetButtonStartReleased ( ) : bool
GetButtonTriangle ( ) : bool
GetButtonTrianglePressed ( ) : bool
GetButtonTriangleReleased ( ) : bool
GetButtonTriggerPressed ( ) : bool
GetButtonTriggerReleased ( ) : bool
GetGyroscope ( ) : Vector3
GetIsConnected ( ) : bool
GetIsSeenByTracker ( ) : bool
GetIsTrackingEnabled ( ) : bool
GetMagnetometer ( ) : Vector3
GetPreviousTriggerValue ( ) : byte
GetTrackingSpaceOrientation ( ) : Quaternion
GetTrackingSpacePosition ( ) : Vector3
GetTriggerValue ( ) : byte
PSMoveDataContext ( int moveID, PSMoveRawControllerData_Concurrent, controllerConcurrentData ) : System
PostCycleColourRequest ( ) : void
PostRumbleRequest ( byte RequestedRumbleValue ) : void
ResetYaw ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ComponentPost() public méthode

public ComponentPost ( ) : void
Résultat void

ComponentRead() public méthode

public ComponentRead ( Transform ParentGameObjectTransform ) : void
ParentGameObjectTransform Transform
Résultat void

GetAccelerometer() public méthode

public GetAccelerometer ( ) : Vector3
Résultat Vector3

GetButtonCircle() public méthode

public GetButtonCircle ( ) : bool
Résultat bool

GetButtonCirclePressed() public méthode

public GetButtonCirclePressed ( ) : bool
Résultat bool

GetButtonCircleReleased() public méthode

public GetButtonCircleReleased ( ) : bool
Résultat bool

GetButtonCross() public méthode

public GetButtonCross ( ) : bool
Résultat bool

GetButtonCrossPressed() public méthode

public GetButtonCrossPressed ( ) : bool
Résultat bool

GetButtonCrossReleased() public méthode

public GetButtonCrossReleased ( ) : bool
Résultat bool

GetButtonMove() public méthode

public GetButtonMove ( ) : bool
Résultat bool

GetButtonMovePressed() public méthode

public GetButtonMovePressed ( ) : bool
Résultat bool

GetButtonMoveReleased() public méthode

public GetButtonMoveReleased ( ) : bool
Résultat bool

GetButtonPS() public méthode

public GetButtonPS ( ) : bool
Résultat bool

GetButtonPSPressed() public méthode

public GetButtonPSPressed ( ) : bool
Résultat bool

GetButtonPSReleased() public méthode

public GetButtonPSReleased ( ) : bool
Résultat bool

GetButtonPressedThisFrame() public méthode

public GetButtonPressedThisFrame ( PSMoveButton ButtonMask ) : bool
ButtonMask PSMoveButton
Résultat bool

GetButtonReleasedThisFrame() public méthode

public GetButtonReleasedThisFrame ( PSMoveButton ButtonMask ) : bool
ButtonMask PSMoveButton
Résultat bool

GetButtonSelect() public méthode

public GetButtonSelect ( ) : bool
Résultat bool

GetButtonSelectPressed() public méthode

public GetButtonSelectPressed ( ) : bool
Résultat bool

GetButtonSelectReleased() public méthode

public GetButtonSelectReleased ( ) : bool
Résultat bool

GetButtonSquare() public méthode

public GetButtonSquare ( ) : bool
Résultat bool

GetButtonSquarePressed() public méthode

public GetButtonSquarePressed ( ) : bool
Résultat bool

GetButtonSquareReleased() public méthode

public GetButtonSquareReleased ( ) : bool
Résultat bool

GetButtonStart() public méthode

public GetButtonStart ( ) : bool
Résultat bool

GetButtonStartPressed() public méthode

public GetButtonStartPressed ( ) : bool
Résultat bool

GetButtonStartReleased() public méthode

public GetButtonStartReleased ( ) : bool
Résultat bool

GetButtonTriangle() public méthode

public GetButtonTriangle ( ) : bool
Résultat bool

GetButtonTrianglePressed() public méthode

public GetButtonTrianglePressed ( ) : bool
Résultat bool

GetButtonTriangleReleased() public méthode

public GetButtonTriangleReleased ( ) : bool
Résultat bool

GetButtonTriggerPressed() public méthode

public GetButtonTriggerPressed ( ) : bool
Résultat bool

GetButtonTriggerReleased() public méthode

public GetButtonTriggerReleased ( ) : bool
Résultat bool

GetGyroscope() public méthode

public GetGyroscope ( ) : Vector3
Résultat Vector3

GetIsConnected() public méthode

public GetIsConnected ( ) : bool
Résultat bool

GetIsSeenByTracker() public méthode

public GetIsSeenByTracker ( ) : bool
Résultat bool

GetIsTrackingEnabled() public méthode

public GetIsTrackingEnabled ( ) : bool
Résultat bool

GetMagnetometer() public méthode

public GetMagnetometer ( ) : Vector3
Résultat Vector3

GetPreviousTriggerValue() public méthode

public GetPreviousTriggerValue ( ) : byte
Résultat byte

GetTrackingSpaceOrientation() public méthode

public GetTrackingSpaceOrientation ( ) : Quaternion
Résultat Quaternion

GetTrackingSpacePosition() public méthode

public GetTrackingSpacePosition ( ) : Vector3
Résultat Vector3

GetTriggerValue() public méthode

public GetTriggerValue ( ) : byte
Résultat byte

PSMoveDataContext() public méthode

public PSMoveDataContext ( int moveID, PSMoveRawControllerData_Concurrent, controllerConcurrentData ) : System
moveID int
controllerConcurrentData PSMoveRawControllerData_Concurrent,
Résultat System

PostCycleColourRequest() public méthode

public PostCycleColourRequest ( ) : void
Résultat void

PostRumbleRequest() public méthode

public PostRumbleRequest ( byte RequestedRumbleValue ) : void
RequestedRumbleValue byte
Résultat void

ResetYaw() public méthode

public ResetYaw ( ) : void
Résultat void