C# 클래스 Fungus.FlowchartData

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

공개 메소드들

메소드 설명
Decode ( FlowchartData flowchartData ) : void

Decodes a FlowchartData object and uses it to restore the state of a Flowchart in the scene.

Encode ( Flowchart flowchart ) : FlowchartData

Encodes the data in a Flowchart into a structure that can be stored by the save system.

메소드 상세

Decode() 공개 정적인 메소드

Decodes a FlowchartData object and uses it to restore the state of a Flowchart in the scene.
public static Decode ( FlowchartData flowchartData ) : void
flowchartData FlowchartData
리턴 void

Encode() 공개 정적인 메소드

Encodes the data in a Flowchart into a structure that can be stored by the save system.
public static Encode ( Flowchart flowchart ) : FlowchartData
flowchart Flowchart
리턴 FlowchartData