C# 클래스 PSMoveManager, psmove-unity5

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

공개 프로퍼티들

프로퍼티 타입 설명
EmitHitchLogging bool
FilterType PSMove_PositionFilter_Type
InitialTrackingColor PSMoveTrackingColor
PSMoveOffset Vector3
TrackerEnabled bool
UseManualExposure bool

공개 메소드들

메소드 설명
AcquirePSMove ( int PSMoveID ) : PSMoveDataContext,
AlignToCenterEye ( Transform controller, Transform riftCam ) : void

If manual offset is set, removes it. Otherwise, sets the manual PSMoveOffset of the manager by assuming this controller is held in front of the HMD.

Awake ( ) : void
GetManagerInstance ( ) : PSMoveManager,
OnApplicationQuit ( ) : void
ReleasePSMove ( PSMoveDataContext, DataContext ) : void
Update ( ) : void

메소드 상세

AcquirePSMove() 공개 메소드

public AcquirePSMove ( int PSMoveID ) : PSMoveDataContext,
PSMoveID int
리턴 PSMoveDataContext,

AlignToCenterEye() 공개 메소드

If manual offset is set, removes it. Otherwise, sets the manual PSMoveOffset of the manager by assuming this controller is held in front of the HMD.
public AlignToCenterEye ( Transform controller, Transform riftCam ) : void
controller Transform Controller transform used for centering.
riftCam Transform Transform of HMD/Main Camera
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

GetManagerInstance() 공개 정적인 메소드

public static GetManagerInstance ( ) : PSMoveManager,
리턴 PSMoveManager,

OnApplicationQuit() 공개 메소드

public OnApplicationQuit ( ) : void
리턴 void

ReleasePSMove() 공개 메소드

public ReleasePSMove ( PSMoveDataContext, DataContext ) : void
DataContext PSMoveDataContext,
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

EmitHitchLogging 공개적으로 프로퍼티

public bool EmitHitchLogging
리턴 bool

FilterType 공개적으로 프로퍼티

public PSMove_PositionFilter_Type FilterType
리턴 PSMove_PositionFilter_Type

InitialTrackingColor 공개적으로 프로퍼티

public PSMoveTrackingColor InitialTrackingColor
리턴 PSMoveTrackingColor

PSMoveOffset 공개적으로 프로퍼티

public Vector3 PSMoveOffset
리턴 Vector3

TrackerEnabled 공개적으로 프로퍼티

public bool TrackerEnabled
리턴 bool

UseManualExposure 공개적으로 프로퍼티

public bool UseManualExposure
리턴 bool