Table of Contents

Class FrameRecorder.RecordingConfiguration.FilePathInfo

Espace de noms
easyar
Assembly
EasyAR.Sense.dll

Informations sur le chemin du fichier. Le chemin du fichier enregistré est Path.Combine(Application.persistentDataPath, FolderPath, Nom + extension) lorsque Type est à PersistentDataPath, et Path.Combine(FolderPath, Nom + extension) lorsque Type est à Absolute, où l'extension est déterminée par Format.

[Serializable]
public class FrameRecorder.RecordingConfiguration.FilePathInfo
Héritage
FrameRecorder.RecordingConfiguration.FilePathInfo

Champs

FileName

Nom de fichier (sans extension).

public string FileName

FolderPath

chemin du dossier.

public string FolderPath

Type

Type de chemin.

public WritablePathType Type