C# Class MoveWithHead, Paint3D

Inheritance: MonoBehaviour
Datei anzeigen Open project: ivlab/Paint3D

Public Properties

Property Type Description
headTrackingEvent string
matrix4x4DataField string

Public Methods

Method Description
OnVREvent ( VREvent e ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnVREvent() public method

public OnVREvent ( VREvent e ) : void
e VREvent
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

headTrackingEvent public_oe property

public string headTrackingEvent
return string

matrix4x4DataField public_oe property

public string matrix4x4DataField
return string