Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
GameOverCanvasManager
C# Class GameOverCanvasManager
Inheritance:
MonoBehaviour
Mostra file
Open project: jsngai/deepsquid
Public Properties
Property
Type
Description
deathImage
Image
player
GameObject
quitBut
Button
restartBut
Button
t1
GameObject
t2
GameObject
thisCanvas
UnityEngine.CanvasGroup
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
deathImage
public_oe property
public
Image
deathImage
return
Image
player
public_oe property
public
GameObject
player
return
GameObject
quitBut
public_oe property
public
Button
quitBut
return
Button
restartBut
public_oe property
public
Button
restartBut
return
Button
t1
public_oe property
public
GameObject
t1
return
GameObject
t2
public_oe property
public
GameObject
t2
return
GameObject
thisCanvas
public_oe property
public
CanvasGroup,UnityEngine
thisCanvas
return
UnityEngine.CanvasGroup