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