UserInputRecorder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class UserInputRecorder : Microsoft::MixedReality::Toolkit::Examples::Demos::EyeTracking::Logging::CustomInputLogger
[UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/UserInputRecorder")]
public class UserInputRecorder : Microsoft.MixedReality.Toolkit.Examples.Demos.EyeTracking.Logging.CustomInputLogger
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/UserInputRecorder")>]
type UserInputRecorder = class
inherit CustomInputLogger
Public Class UserInputRecorder
Inherits CustomInputLogger
- Inheritance
- Attributes
-
UnityEngine.AddComponentMenuAttribute
Constructors
| UserInputRecorder() |
Fields
| addTimestampToLogfileName | (Inherited from BasicInputLogger) |
| filename | (Inherited from CustomInputLogger) |
| FilenameToUse | |
| printedHeader | (Inherited from CustomInputLogger) |
| sessionDescr | (Inherited from BasicInputLogger) |
| UserName | (Inherited from BasicInputLogger) |
Properties
| FilenameNoTimestamp | (Inherited from BasicInputLogger) |
| FilenameWithTimestamp | (Inherited from BasicInputLogger) |
| Instance | |
| LogDirectory | (Inherited from BasicInputLogger) |
Methods
| Append(String) | (Inherited from BasicInputLogger) |
| CancelLogging() | (Inherited from CustomInputLogger) |
| CreateNewLog() | (Inherited from CustomInputLogger) |
| CustomAppend(String) | |
| GetData_Part1() | |
| GetFileName() | |
| GetHeader() | |
| GetStringFormat(Object[]) | |
| MergeObjArrays(Object[], Object[]) | |
| OnDestroy() | |
| ResetLog() | (Inherited from BasicInputLogger) |
| SaveLogs() | (Inherited from BasicInputLogger) |
| SetSessionDescr(String) | (Inherited from BasicInputLogger) |
| SetUserName(String) | (Inherited from BasicInputLogger) |
| StartLogging() | (Inherited from CustomInputLogger) |
| StopLoggingAndSave() | (Inherited from CustomInputLogger) |
| UpdateLog() | |
| UpdateLog(String, String, EyeTrackingTarget) | |