C# 클래스 Foundation.Server.GameScoreService

Example strongly typed web api score service client
상속: ServiceClientBase
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

공개 프로퍼티들

프로퍼티 타입 설명
Instance GameScoreService

공개 메소드들

메소드 설명
Get ( int take, int skip ) : UnityTask

Gets the high score list

Get ( int take, int skip, Action callback ) : void

Gets the high score list

Self ( ) : UnityTask

Returns your current score

Self ( Action callback ) : void

Returns your current score

Update ( GameScore entity ) : UnityTask

Posts the score to the server

Update ( GameScore entity, Action callback ) : void

Posts the score to the server

비공개 메소드들

메소드 설명
GameScoreService ( ) : System

메소드 상세

Get() 공개 메소드

Gets the high score list
public Get ( int take, int skip ) : UnityTask
take int
skip int
리턴 UnityTask

Get() 공개 메소드

Gets the high score list
public Get ( int take, int skip, Action callback ) : void
take int
skip int
callback Action
리턴 void

Self() 공개 메소드

Returns your current score
public Self ( ) : UnityTask
리턴 UnityTask

Self() 공개 메소드

Returns your current score
public Self ( Action callback ) : void
callback Action
리턴 void

Update() 공개 메소드

Posts the score to the server
public Update ( GameScore entity ) : UnityTask
entity Foundation.Server.Api.GameScore
리턴 Foundation.Tasks.UnityTask

Update() 공개 메소드

Posts the score to the server
public Update ( GameScore entity, Action callback ) : void
entity Foundation.Server.Api.GameScore
callback Action
리턴 void

프로퍼티 상세

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

public static GameScoreService,Foundation.Server Instance
리턴 GameScoreService