C# 클래스 Fungus.SavePointData

파일 보기 프로젝트 열기: snozbot/fungus 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( string saveDataJSON ) : void

Decodes a Save Point from JSON text format and loads it.

Encode ( string _savePointKey, string _savePointDescription, string _sceneName ) : string

Encodes a new Save Point to data and converts it to JSON text format.

보호된 메소드들

메소드 설명
Create ( string _savePointKey, string _savePointDescription, string _sceneName ) : SavePointData

메소드 상세

Create() 보호된 정적인 메소드

protected static Create ( string _savePointKey, string _savePointDescription, string _sceneName ) : SavePointData
_savePointKey string
_savePointDescription string
_sceneName string
리턴 SavePointData

Decode() 공개 정적인 메소드

Decodes a Save Point from JSON text format and loads it.
public static Decode ( string saveDataJSON ) : void
saveDataJSON string
리턴 void

Encode() 공개 정적인 메소드

Encodes a new Save Point to data and converts it to JSON text format.
public static Encode ( string _savePointKey, string _savePointDescription, string _sceneName ) : string
_savePointKey string
_savePointDescription string
_sceneName string
리턴 string