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)であり、ここで拡張子はFormatによって決定されます。

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

フィールド

FileName

ファイル名(拡張子なし)。

public string FileName

FolderPath

フォルダパス。

public string FolderPath

Type

パスのタイプ。

public WritablePathType Type