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
GoalLogic
C# Class GoalLogic
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: DRMold/HungryHungryTetris
Class Usage Examples
Public Properties
Property
Type
Description
opponentQueue
GameObject
playerQueue
GameObject
Public Methods
Method
Description
OnTriggerEnter
(
Collider
tetromino
) :
void
Method Details
OnTriggerEnter()
public
method
public
OnTriggerEnter
(
Collider
tetromino
) :
void
tetromino
Collider
return
void
Property Details
opponentQueue
public_oe property
public
GameObject
opponentQueue
return
GameObject
playerQueue
public_oe property
public
GameObject
playerQueue
return
GameObject