Class FrameRecorder.RecordingConfiguration.FilePathInfo
- 命名空間
- easyar
- 組件
- EasyAR.Sense.dll
文件路徑信息。錄製的文件路徑在Type爲PersistentDataPath時是 Path.Combine(Application.persistentDataPath, FolderPath, Name + extension),Type爲Absolute時是 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