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
RespawnBall
C# Class RespawnBall, AerialAssistSim
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: rcahoon/AerialAssistSim
Class Usage Examples
Public Properties
Property
Type
Description
balls
Transform[]
blueRespawnPoint
Transform
redRespawnPoint
Transform
Public Methods
Method
Description
OnTriggerEnter
(
Collider
c
) :
void
Update
( ) :
void
Method Details
OnTriggerEnter()
public
method
public
OnTriggerEnter
(
Collider
c
) :
void
c
Collider
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
balls
public_oe property
public
Transform[]
balls
return
Transform[]
blueRespawnPoint
public_oe property
public
Transform
blueRespawnPoint
return
Transform
redRespawnPoint
public_oe property
public
Transform
redRespawnPoint
return
Transform