Class SaveSlot
저장 슬롯 메타 정보. SaveSystem 내부에서 사용.
public class SaveSlot
- Inheritance
-
objectSaveSlot
Properties
FilePath
실제 파일 경로.
public string FilePath { get; set; }
Property Value
- string
Key
저장 슬롯 식별 키 (파일명 기준).
public string Key { get; set; }
Property Value
- string
Version
저장 데이터 버전. SaveVersion.IsCompatible로 호환성 확인.
public int Version { get; set; }
Property Value
- int