Class FrameRecorder.RecordingConfiguration.FilePathInfo
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
File path information. The recording file path is Path.Combine(Application.persistentDataPath, FolderPath, Name + extension) when Type is PersistentDataPath, and Path.Combine(FolderPath, Name + extension) when Type is Absolute. Here, 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