Class FrameRecorder.RecordingConfiguration.FilePathInfo
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Dateipfadinformationen. Der Pfad der aufgezeichneten Datei ist Path.Combine(Application.persistentDataPath, FolderPath, Name + extension), wenn Type PersistentDataPath ist, und Path.Combine(FolderPath, Name + extension), wenn Type Absolute ist. extension wird durch Format bestimmt.
[Serializable]
public class FrameRecorder.RecordingConfiguration.FilePathInfo
- Vererbung
-
FrameRecorder.RecordingConfiguration.FilePathInfo
Felder
FileName
Dateiname (ohne Erweiterung).
public string FileName
FolderPath
Ordnerpfad.
public string FolderPath
Type
Pfadtyp.
public WritablePathType Type