Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
JuanmaPlayerController
C# Class JuanmaPlayerController, astronaut
Inheritance:
MonoBehaviour
Show file
Open project: pmarinr/astronaut
Public Properties
Property
Type
Description
jumpForce
float
maxSpeed
float
moveForce
float
verticalv
float
Public Methods
Method
Description
FixedUpdate
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
jumpForce
public property
public
float
jumpForce
return
float
maxSpeed
public property
public
float
maxSpeed
return
float
moveForce
public property
public
float
moveForce
return
float
verticalv
public property
public
float
verticalv
return
float