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
Landing
C# Class Landing, Elemental
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: CodeStrumpet/Elemental
Class Usage Examples
Public Properties
Property
Type
Description
idlePrefab
Transform
landingPoint
Vector3
showLanding
bool
speed
float
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
idlePrefab
public_oe property
public
Transform
idlePrefab
return
Transform
landingPoint
public_oe property
public
Vector3
landingPoint
return
Vector3
showLanding
public_oe property
public
bool
showLanding
return
bool
speed
public_oe property
public
float
speed
return
float