C# Class LineSynchronizer, vive-holojam

Inheritance: MonoBehaviour
显示文件 Open project: nyu-vr-research/vive-holojam

Public Properties

Property Type Description
characterHeadBodies List
characterIKs List
lastReceivedMS float
lines LineUnity[],
masterStream AssemblyCSharp.MasterStream
receivedData bool
recordPath string
recordedFPS float
type SynchronizerType

Private Properties

Property Type Description
GetFromFile void
OnGUI void
ReadLines void
ReceiveClientState void
RecordFrame void
Serve void
SetHeadsetNumber void
Start void
Update void
UpdateMakeLines void
WriteToFile void

Public Methods

Method Description
LastRecordedFrameNumber ( bool increment = false ) : UInt32
LoadRecordedFrame ( UInt32 frame ) : bool

Private Methods

Method Description
GetFromFile ( string path ) : void
OnGUI ( ) : void
ReadLines ( Stream s ) : void
ReceiveClientState ( ) : void
RecordFrame ( ) : void
Serve ( ) : void
SetHeadsetNumber ( int header, bool writeToDisk ) : void
Start ( ) : void
Update ( ) : void
UpdateMakeLines ( Stream s, makeLine, &mlines ) : void
WriteToFile ( string path ) : void

Method Details

LastRecordedFrameNumber() public static method

public static LastRecordedFrameNumber ( bool increment = false ) : UInt32
increment bool
return System.UInt32

LoadRecordedFrame() public method

public LoadRecordedFrame ( UInt32 frame ) : bool
frame System.UInt32
return bool

Property Details

characterHeadBodies public_oe property

public List characterHeadBodies
return List

characterIKs public_oe property

public List characterIKs
return List

lastReceivedMS public_oe property

public float lastReceivedMS
return float

lines public_oe property

public LineUnity[], lines
return LineUnity[],

masterStream public_oe property

public MasterStream,AssemblyCSharp masterStream
return AssemblyCSharp.MasterStream

receivedData public_oe property

public bool receivedData
return bool

recordPath public_oe static_oe property

public static string recordPath
return string

recordedFPS public_oe property

public float recordedFPS
return float

type public_oe property

public SynchronizerType type
return SynchronizerType