Table of Contents

Class FrameRecorder.RecordingConfiguration.FilePathInfo

Namespace
easyar
Assembly
EasyAR.Sense.dll

File path information. The recorded file path is Path.Combine(Application.persistentDataPath, FolderPath, Name + extension) when Type is PersistentDataPath, and is Path.Combine(FolderPath, Name + extension) when Type is Absolute, where the extension is determined by Format.

[Serializable]
public class FrameRecorder.RecordingConfiguration.FilePathInfo
Inheritance
FrameRecorder.RecordingConfiguration.FilePathInfo

Fields

FileName

File name (without extension).

public string FileName

Field Value

FolderPath

Folder path.

public string FolderPath

Field Value

Type

Path type.

public WritablePathType Type

Field Value