Table of Contents

Class FrameRecorder.RecordingConfiguration.FilePathInfo

命名空間
easyar
組件
EasyAR.Sense.dll

檔案路徑資訊。錄製的文件路徑在TypePersistentDataPath時是 Path.Combine(Application.persistentDataPath, FolderPath, Name + extension),TypeAbsolute時是 Path.Combine(FolderPath, Name + extension),其中extension由Format決定。

[Serializable]
public class FrameRecorder.RecordingConfiguration.FilePathInfo
繼承
FrameRecorder.RecordingConfiguration.FilePathInfo

欄位

FileName

檔案名稱(不含副檔名)。

public string FileName

FolderPath

資料夾路徑。

public string FolderPath

Type

路徑類型。

public WritablePathType Type