FrameRecorder Class

Description

MonoBehaviour which controls InputFrameRecorder in the scene, providing a few extensions in the Unity environment. There is no need to use InputFrameRecorder directly.

Behaviour .enabled can be used to control record start/stop.


MonoBehaviour Messages

protected virtual void Awake()

protected virtual void OnEnable()

protected virtual void OnDisable()

protected virtual void OnDestroy()


Fields

FilePathType

C#

public WritablePathType FilePathType

File path type. Set before OnEnable or ARSession.Start .

FilePath

C#

public string FilePath

File path. Set before OnEnable or ARSession.Start .