C# 클래스 PSMoveRawControllerData_Base, psmove-unity5

파일 보기 프로젝트 열기: HipsterSloth/psmove-unity5 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Accelerometer Vector3
Buttons System.UInt32
CycleColourRequest bool
Gyroscope Vector3
IsConnected bool
IsSeenByTracker bool
IsTrackingEnabled bool
Magnetometer Vector3
PSMoveOrientation Quaternion
PSMovePosition Vector3
RumbleRequest byte
SequenceNumber int
TriggerValue byte

공개 메소드들

메소드 설명
Clear ( ) : void
PSMoveRawControllerData_Base ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

PSMoveRawControllerData_Base() 공개 메소드

public PSMoveRawControllerData_Base ( ) : System
리턴 System

프로퍼티 상세

Accelerometer 공개적으로 프로퍼티

public Vector3 Accelerometer
리턴 Vector3

Buttons 공개적으로 프로퍼티

public UInt32,System Buttons
리턴 System.UInt32

CycleColourRequest 공개적으로 프로퍼티

public bool CycleColourRequest
리턴 bool

Gyroscope 공개적으로 프로퍼티

public Vector3 Gyroscope
리턴 Vector3

IsConnected 공개적으로 프로퍼티

public bool IsConnected
리턴 bool

IsSeenByTracker 공개적으로 프로퍼티

public bool IsSeenByTracker
리턴 bool

IsTrackingEnabled 공개적으로 프로퍼티

public bool IsTrackingEnabled
리턴 bool

Magnetometer 공개적으로 프로퍼티

public Vector3 Magnetometer
리턴 Vector3

PSMoveOrientation 공개적으로 프로퍼티

public Quaternion PSMoveOrientation
리턴 Quaternion

PSMovePosition 공개적으로 프로퍼티

public Vector3 PSMovePosition
리턴 Vector3

RumbleRequest 공개적으로 프로퍼티

public byte RumbleRequest
리턴 byte

SequenceNumber 공개적으로 프로퍼티

public int SequenceNumber
리턴 int

TriggerValue 공개적으로 프로퍼티

public byte TriggerValue
리턴 byte