Property | Type | Description | |
---|---|---|---|
GetTurnTimeLeftCoroutine | WebCoroutine, | ||
ProcessIsRunning | bool | ||
PutTurnOverCoroutine | WebCoroutine, | ||
StartNewTurnCoroutine | WebCoroutine, | ||
isAfterProcessing | bool | ||
isAfterPut | bool | ||
isButtonPressed | bool | ||
isPutting | bool |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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.
|
protected GetTurnTimeLeft ( AWebCoroutine, a ) : IEnumerator | ||
a | AWebCoroutine, | |
return | IEnumerator |
protected PutTurnOver ( AWebCoroutine, a ) : IEnumerator | ||
a | AWebCoroutine, | |
return | IEnumerator |
public TurnTimerConverter ( double data ) : void | ||
data | double | /// Time from server /// |
return | void |
public TurnTimerConverter ( int data ) : void | ||
data | int | |
return | void |
protected startNewTurn ( AWebCoroutine a ) : IEnumerator | ||
a | AWebCoroutine | |
return | IEnumerator |
protected WebCoroutine, GetTurnTimeLeftCoroutine | ||
return | WebCoroutine, |
protected WebCoroutine, PutTurnOverCoroutine | ||
return | WebCoroutine, |
protected WebCoroutine, StartNewTurnCoroutine | ||
return | WebCoroutine, |