C# 클래스 ScoreoidInterface, Spare-Change

상속: MonoBehaviour
파일 보기 프로젝트 열기: ThatsAMorais/Spare-Change 1 사용 예제들

공개 메소드들

메소드 설명
CreatePlayer ( string playerName, string password, string email ) : void
GetPlayer ( string playerName, string password ) : void
RetrievePassword ( string playerName ) : void
UpdatePlayer ( string playerName, float money, float xp, int kills, int current_level, string weapon ) : void

비공개 메소드들

메소드 설명
ParseScoreoidJSON ( string theJSONString, string url ) : void
ProcessScoreoidError ( WWW www ) : void
SendScoreoidForm ( string request, WWWForm form ) : void
StartScoreoidForm ( ) : WWWForm
Utilities ( ) : UtilitiesScript,
WaitForRequest ( WWW www ) : IEnumerator

메소드 상세

CreatePlayer() 공개 메소드

public CreatePlayer ( string playerName, string password, string email ) : void
playerName string
password string
email string
리턴 void

GetPlayer() 공개 메소드

public GetPlayer ( string playerName, string password ) : void
playerName string
password string
리턴 void

RetrievePassword() 공개 메소드

public RetrievePassword ( string playerName ) : void
playerName string
리턴 void

UpdatePlayer() 공개 메소드

public UpdatePlayer ( string playerName, float money, float xp, int kills, int current_level, string weapon ) : void
playerName string
money float
xp float
kills int
current_level int
weapon string
리턴 void