C# Class WorkerContext, psmove-unity5

Mostrar archivo Open project: HipsterSloth/psmove-unity5 Class Usage Examples

Public Properties

Property Type Description
CONTROLLER_COUNT_POLL_INTERVAL float
MAX_TRACKER_COUNT int
PSMoveCount int
PSMoveFusions IntPtr[]
PSMovePositionFilter IntPtr
PSMoveTrackers IntPtr[]
PSMoves IntPtr[]
TrackerCount int
TrackerHeight int
TrackerWidth int
WorkerControllerDataArray PSMoveRawControllerData_TLS[],
WorkerSettings PSMoveWorkerSettings,
moveCountCheckTimer Stopwatch

Public Methods

Method Description
Reset ( ) : void
WorkerContext ( PSMoveRawControllerData_TLS, controllerDataArray, PSMoveWorkerSettings, settings ) : UnityEngine

Method Details

Reset() public method

public Reset ( ) : void
return void

WorkerContext() public method

public WorkerContext ( PSMoveRawControllerData_TLS, controllerDataArray, PSMoveWorkerSettings, settings ) : UnityEngine
controllerDataArray PSMoveRawControllerData_TLS,
settings PSMoveWorkerSettings,
return UnityEngine

Property Details

CONTROLLER_COUNT_POLL_INTERVAL public_oe static_oe property

public static float CONTROLLER_COUNT_POLL_INTERVAL
return float

MAX_TRACKER_COUNT public_oe static_oe property

public static int MAX_TRACKER_COUNT
return int

PSMoveCount public_oe property

public int PSMoveCount
return int

PSMoveFusions public_oe property

public IntPtr[] PSMoveFusions
return IntPtr[]

PSMovePositionFilter public_oe property

public IntPtr PSMovePositionFilter
return IntPtr

PSMoveTrackers public_oe property

public IntPtr[] PSMoveTrackers
return IntPtr[]

PSMoves public_oe property

public IntPtr[] PSMoves
return IntPtr[]

TrackerCount public_oe property

public int TrackerCount
return int

TrackerHeight public_oe property

public int TrackerHeight
return int

TrackerWidth public_oe property

public int TrackerWidth
return int

WorkerControllerDataArray public_oe property

public PSMoveRawControllerData_TLS[], WorkerControllerDataArray
return PSMoveRawControllerData_TLS[],

WorkerSettings public_oe property

public PSMoveWorkerSettings, WorkerSettings
return PSMoveWorkerSettings,

moveCountCheckTimer public_oe property

public Stopwatch moveCountCheckTimer
return Stopwatch