Table of Contents

Class EndGameScreen

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class EndGameScreen : MonoBehaviour
Inheritance
EndGameScreen
Inherited Members
Extension Methods

Constructors

EndGameScreen()

public EndGameScreen()

Fields

canvas

public Canvas canvas

Field Value

Canvas

dreamGo

public Transform dreamGo

Field Value

Transform

firstGo

public Transform firstGo

Field Value

Transform

m_OnDoneAction

public Action m_OnDoneAction

Field Value

Action

secondGo

public Transform secondGo

Field Value

Transform

thirdGo

public Transform thirdGo

Field Value

Transform

view

public PhotonView view

Field Value

PhotonView

watchedFor

public float watchedFor

Field Value

float

Methods

DoneWatching()

public void DoneWatching()

RPCA_StartWatching(int, int, int)

[PunRPC]
public void RPCA_StartWatching(int first, int second, int third)

Parameters

first int
second int
third int

Skip()

public void Skip()

Start()

public void Start()

StartWatching(Action)

public void StartWatching(Action a = null)

Parameters

a Action

Update()

public void Update()