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
SnowFairyBehavior
C# Class SnowFairyBehavior, TSGs
Inheritance:
EnemyBehavior
Exibir arquivo
Open project: SNUGDC/TSGs
Public Properties
Property
Type
Description
freezeEffect
GameObject
Public Methods
Method
Description
FindBall
( ) :
void
SlowerBall
(
GameObject
ball
) :
void
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
BallFreeze
( ) :
IEnumerator
Method Details
FindBall()
public
method
public
FindBall
( ) :
void
return
void
SlowerBall()
public
method
public
SlowerBall
(
GameObject
ball
) :
void
ball
GameObject
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
freezeEffect
public_oe property
public
GameObject
freezeEffect
return
GameObject