C# Class LineSynchronizer, vive-holojam

Inheritance: MonoBehaviour
Afficher le fichier Open project: nyu-vr-research/vive-holojam

Méthodes publiques

Свойство Type Description
characterHeadBodies List
characterIKs List
lastReceivedMS float
lines LineUnity[],
masterStream AssemblyCSharp.MasterStream
receivedData bool
recordPath string
recordedFPS float
type SynchronizerType

Private Properties

Свойство Type Description
GetFromFile void
OnGUI void
ReadLines void
ReceiveClientState void
RecordFrame void
Serve void
SetHeadsetNumber void
Start void
Update void
UpdateMakeLines void
WriteToFile void

Méthodes publiques

Méthode Description
LastRecordedFrameNumber ( bool increment = false ) : UInt32
LoadRecordedFrame ( UInt32 frame ) : bool

Private Methods

Méthode 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 méthode

public static LastRecordedFrameNumber ( bool increment = false ) : UInt32
increment bool
Résultat System.UInt32

LoadRecordedFrame() public méthode

public LoadRecordedFrame ( UInt32 frame ) : bool
frame System.UInt32
Résultat bool

Property Details

characterHeadBodies public_oe property

public List characterHeadBodies
Résultat List

characterIKs public_oe property

public List characterIKs
Résultat List

lastReceivedMS public_oe property

public float lastReceivedMS
Résultat float

lines public_oe property

public LineUnity[], lines
Résultat LineUnity[],

masterStream public_oe property

public MasterStream,AssemblyCSharp masterStream
Résultat AssemblyCSharp.MasterStream

receivedData public_oe property

public bool receivedData
Résultat bool

recordPath public_oe static_oe property

public static string recordPath
Résultat string

recordedFPS public_oe property

public float recordedFPS
Résultat float

type public_oe property

public SynchronizerType type
Résultat SynchronizerType