C# 클래스 GameFramework.GlobalData

파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework

공개 메소드들

메소드 설명
AddFloat ( string key, float val ) : void
AddInt ( string key, int val ) : void
AddStr ( string key, string val ) : void
Clear ( ) : void
GetFloat ( string key ) : float
GetInt ( string key ) : int
GetStr ( string key ) : string
RemoveFloat ( string key ) : void
RemoveInt ( string key ) : void
RemoveStr ( string key ) : void

메소드 상세

AddFloat() 공개 메소드

public AddFloat ( string key, float val ) : void
key string
val float
리턴 void

AddInt() 공개 메소드

public AddInt ( string key, int val ) : void
key string
val int
리턴 void

AddStr() 공개 메소드

public AddStr ( string key, string val ) : void
key string
val string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetFloat() 공개 메소드

public GetFloat ( string key ) : float
key string
리턴 float

GetInt() 공개 메소드

public GetInt ( string key ) : int
key string
리턴 int

GetStr() 공개 메소드

public GetStr ( string key ) : string
key string
리턴 string

RemoveFloat() 공개 메소드

public RemoveFloat ( string key ) : void
key string
리턴 void

RemoveInt() 공개 메소드

public RemoveInt ( string key ) : void
key string
리턴 void

RemoveStr() 공개 메소드

public RemoveStr ( string key ) : void
key string
리턴 void