C# 클래스 FreePIE.Core.Plugins.TrackIR.NPClientSpoof

상속: IDisposable
파일 보기 프로젝트 열기: AndersMalmgren/FreePIE

공개 메소드들

메소드 설명
Dispose ( ) : void
NPClientSpoof ( bool doLog ) : System
ReadPosition ( FreePIE.Core.Plugins.TrackIR.HeadPoseData &output ) : bool
SetPosition ( float x, float y, float z, float roll, float pitch, float yaw ) : void

비공개 메소드들

메소드 설명
CopyMemory ( IntPtr pDest, IntPtr pSrc, int length ) : void
DecodeTrackIRIntoDegrees ( InternalHeadPoseData data ) : void
InitDllLogging ( ) : void
ReadTrackIRData ( InternalHeadPoseData &output ) : bool
SetupFakeTrackIR ( ) : void
SetupRealTrackIRDll ( ) : WorkerProcess

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NPClientSpoof() 공개 메소드

public NPClientSpoof ( bool doLog ) : System
doLog bool
리턴 System

ReadPosition() 공개 메소드

public ReadPosition ( FreePIE.Core.Plugins.TrackIR.HeadPoseData &output ) : bool
output FreePIE.Core.Plugins.TrackIR.HeadPoseData
리턴 bool

SetPosition() 공개 메소드

public SetPosition ( float x, float y, float z, float roll, float pitch, float yaw ) : void
x float
y float
z float
roll float
pitch float
yaw float
리턴 void