Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
LanderController
C# Class LanderController, c-t-Lunar-Lander
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: FlaShG/c-t-Lunar-Lander
Class Usage Examples
Public Properties
Property
Type
Description
rotatePower
float
upwardsPower
float
Public Methods
Method
Description
Awake
( ) :
void
FixedUpdate
( ) :
void
Start
( ) :
void
Private Methods
Method
Description
SetEmission
(
ParticleSystem
ps
,
bool
enable
) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
rotatePower
public_oe property
public
float
rotatePower
return
float
upwardsPower
public_oe property
public
float
upwardsPower
return
float