C# 클래스 QuestDictionary, 2DPlatformer

파일 보기 프로젝트 열기: MarbleGameDev/2DPlatformer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Quests Func>.Dictionary

공개 메소드들

메소드 설명
GetUpdate ( string name ) : string
InspectorSet ( string name ) : void
Reset ( ) : void
SetCurrent ( string name ) : void

메소드 상세

GetUpdate() 공개 정적인 메소드

public static GetUpdate ( string name ) : string
name string
리턴 string

InspectorSet() 공개 메소드

public InspectorSet ( string name ) : void
name string
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

SetCurrent() 공개 정적인 메소드

public static SetCurrent ( string name ) : void
name string
리턴 void

프로퍼티 상세

Quests 공개적으로 정적으로 프로퍼티

public static Dictionary> Quests
리턴 Func>.Dictionary