Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
LoadLevel4
C# Class LoadLevel4, PGP2
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: theiis/PGP2
Public Properties
Property
Type
Description
sunPuzzleSolved
bool
tilePuzzleSolved
bool
Public Methods
Method
Description
OnTriggerEnter
(
Collider
col
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
OnTriggerEnter()
public
method
public
OnTriggerEnter
(
Collider
col
) :
void
col
Collider
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
sunPuzzleSolved
public_oe property
public
bool
sunPuzzleSolved
return
bool
tilePuzzleSolved
public_oe property
public
bool
tilePuzzleSolved
return
bool