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