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