Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PedestalOrbDet
C# Class PedestalOrbDet
Inheritance:
MonoBehaviour
Mostra file
Open project: jsngai/deepsquid
Public Properties
Property
Type
Description
speed
float
target
Transform
Public Methods
Method
Description
OnTriggerEnter
(
Collider
c
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
OnTriggerEnter()
public
method
public
OnTriggerEnter
(
Collider
c
) :
void
c
Collider
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
speed
public_oe property
public
float
speed
return
float
target
public_oe property
public
Transform
target
return
Transform