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
clouds_movement
C# Class clouds_movement, 1gam-dungeon
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: OneGameAMonth/1gam-dungeon
Public Properties
Property
Type
Description
speed
float
up
Vector3
Public Methods
Method
Description
OnTriggerEnter
(
Collider
other
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
OnTriggerEnter()
public
method
public
OnTriggerEnter
(
Collider
other
) :
void
other
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
up
public_oe property
public
Vector3
up
return
Vector3