C# 클래스 NturnUI, tf_client

Nturn GUI.
상속: GUIObject
파일 보기 프로젝트 열기: wids-eria/tf_client

보호된 프로퍼티들

프로퍼티 타입 설명
GetTurnTimeLeftCoroutine WebCoroutine,
ProcessIsRunning bool
PutTurnOverCoroutine WebCoroutine,
StartNewTurnCoroutine WebCoroutine,
isAfterProcessing bool
isAfterPut bool
isButtonPressed bool
isPutting bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Draw ( ) : void

Display the nturn.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

NturnUI ( ) : UnityEngine

Initializes a new instance of the NturnUI class.

TurnTimerConverter ( double data ) : void

Converts time from server into int

TurnTimerConverter ( int data ) : void

보호된 메소드들

메소드 설명
GetTurnTimeLeft ( AWebCoroutine, a ) : IEnumerator

Gets the turn time left.

PutTurnOver ( AWebCoroutine, a ) : IEnumerator

Sends a turn over message to the server (coroutine)

TurnTimerGenerator ( ) : string

Generate time based on the timer on the server

startNewTurn ( AWebCoroutine a ) : IEnumerator

Starts the new turn.

메소드 상세

Draw() 공개 메소드

Display the nturn.
public Draw ( ) : void
리턴 void

GetTurnTimeLeft() 보호된 메소드

Gets the turn time left.
protected GetTurnTimeLeft ( AWebCoroutine, a ) : IEnumerator
a AWebCoroutine,
리턴 IEnumerator

IsMouseOver() 공개 메소드

Determines whether this instance is mouse over.
public IsMouseOver ( ) : bool
리턴 bool

NturnUI() 공개 메소드

Initializes a new instance of the NturnUI class.
public NturnUI ( ) : UnityEngine
리턴 UnityEngine

PutTurnOver() 보호된 메소드

Sends a turn over message to the server (coroutine)
protected PutTurnOver ( AWebCoroutine, a ) : IEnumerator
a AWebCoroutine,
리턴 IEnumerator

TurnTimerConverter() 공개 메소드

Converts time from server into int
public TurnTimerConverter ( double data ) : void
data double /// Time from server ///
리턴 void

TurnTimerConverter() 공개 메소드

public TurnTimerConverter ( int data ) : void
data int
리턴 void

TurnTimerGenerator() 보호된 메소드

Generate time based on the timer on the server
protected TurnTimerGenerator ( ) : string
리턴 string

startNewTurn() 보호된 메소드

Starts the new turn.
protected startNewTurn ( AWebCoroutine a ) : IEnumerator
a AWebCoroutine
리턴 IEnumerator

프로퍼티 상세

GetTurnTimeLeftCoroutine 보호되어 있는 프로퍼티

protected WebCoroutine, GetTurnTimeLeftCoroutine
리턴 WebCoroutine,

ProcessIsRunning 보호되어 있는 프로퍼티

The delay for completing www request to the server for StartNewTurn()
protected bool ProcessIsRunning
리턴 bool

PutTurnOverCoroutine 보호되어 있는 프로퍼티

protected WebCoroutine, PutTurnOverCoroutine
리턴 WebCoroutine,

StartNewTurnCoroutine 보호되어 있는 프로퍼티

protected WebCoroutine, StartNewTurnCoroutine
리턴 WebCoroutine,

isAfterProcessing 보호되어 있는 프로퍼티

The is after processing.
protected bool isAfterProcessing
리턴 bool

isAfterPut 보호되어 있는 프로퍼티

The is after put.
protected bool isAfterPut
리턴 bool

isButtonPressed 보호되어 있는 프로퍼티

The is button pressed.
protected bool isButtonPressed
리턴 bool

isPutting 보호되어 있는 프로퍼티

The is putting.
protected bool isPutting
리턴 bool