Property | Type | Description | |
---|---|---|---|
EmitHitchLogging | bool | ||
FilterType | PSMove_PositionFilter_Type | ||
InitialTrackingColor | PSMoveTrackingColor | ||
PSMoveOffset | Vector3 | ||
TrackerEnabled | bool | ||
UseManualExposure | bool |
Method | Description | |
---|---|---|
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 |
public AcquirePSMove ( int PSMoveID ) : PSMoveDataContext, | ||
PSMoveID | int | |
return | PSMoveDataContext, |
public AlignToCenterEye ( Transform controller, Transform riftCam ) : void | ||
controller | Transform | Controller transform used for centering. |
riftCam | Transform | Transform of HMD/Main Camera |
return | void |
public static GetManagerInstance ( ) : PSMoveManager, | ||
return | PSMoveManager, |
public ReleasePSMove ( PSMoveDataContext, DataContext ) : void | ||
DataContext | PSMoveDataContext, | |
return | void |
public PSMove_PositionFilter_Type FilterType | ||
return | PSMove_PositionFilter_Type |
public PSMoveTrackingColor InitialTrackingColor | ||
return | PSMoveTrackingColor |