C# Class PlatformMoveLeftRight, Unity-2D-Platformer-Tutorial

Inheritance: MonoBehaviour
Afficher le fichier Open project: tomitrescak/Unity-2D-Platformer-Tutorial

Méthodes publiques

Свойство Type Description
span float
speed float

Méthodes publiques

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

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

span public_oe property

public float span
Résultat float

speed public_oe property

public float speed
Résultat float