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