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
Flying
C# Class Flying, VRToolbox
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: shakhruz/VRToolbox
Class Usage Examples
Public Properties
Property
Type
Description
canJump
bool
forwardSpeed
float
head
GameObject
Public Methods
Method
Description
FlightMode
( ) :
void
Jump
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
FlightMode()
public
method
public
FlightMode
( ) :
void
return
void
Jump()
public
method
public
Jump
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
canJump
public_oe property
public
bool
canJump
return
bool
forwardSpeed
public_oe property
public
float
forwardSpeed
return
float
head
public_oe property
public
GameObject
head
return
GameObject