C# Class playerMovement, TiledPlatformer

Inheritance: MonoBehaviour
Afficher le fichier Open project: GameDev-Unity/TiledPlatformer Class Usage Examples

Méthodes publiques

Свойство Type Description
JumpSpeed float
Speed float
onLadder bool
onRope bool

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

JumpSpeed public_oe property

public float JumpSpeed
Résultat float

Speed public_oe property

public float Speed
Résultat float

onLadder public_oe property

public bool onLadder
Résultat bool

onRope public_oe property

public bool onRope
Résultat bool