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
BossBattleActivate
C# Class BossBattleActivate, Unity
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: zackva/Unity
Public Properties
Property
Type
Description
boss
GameObject
wall
GameObject
Public Methods
Method
Description
OnTriggerEnter2D
(
Collider2D
other
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
OnTriggerEnter2D()
public
method
public
OnTriggerEnter2D
(
Collider2D
other
) :
void
other
UnityEngine.Collider2D
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
boss
public_oe property
public
GameObject
boss
return
GameObject
wall
public_oe property
public
GameObject
wall
return
GameObject