EventDumpRecorder Class¶
这个类型是C#语言的 EasyAR Sense API: EventDumpRecorder 。页面中部分描述可能与Unity环境无关。
部分Sense接口已经封装成Unity组件,直接使用可能是不必要的。
Description¶
事件转储录制器。
用于将一些关键诊断信息保存到EED文件中。
本类的所有成员都是线程安全的。
Methods¶
create¶
- C#
public static EventDumpRecorder create()
创建。
start¶
- C#
public virtual bool start(string filePath, int initalScreenRotation)
开始录制。
stop¶
- C#
public virtual void stop()
停止录制。