Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
playerMovement
C# Class playerMovement, TiledPlatformer
Inheritance:
MonoBehaviour
Datei anzeigen
Open project: GameDev-Unity/TiledPlatformer
Class Usage Examples
Public Properties
Property
Type
Description
JumpSpeed
float
Speed
float
onLadder
bool
onRope
bool
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
JumpSpeed
public_oe property
public
float
JumpSpeed
return
float
Speed
public_oe property
public
float
Speed
return
float
onLadder
public_oe property
public
bool
onLadder
return
bool
onRope
public_oe property
public
bool
onRope
return
bool