C# Class MovingPlatform2, clockwork

Inheritance: MonoBehaviour
Afficher le fichier Open project: shadowseer99/clockwork

Méthodes publiques

Свойство Type Description
endPos Vector3
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

endPos public_oe property

public Vector3 endPos
Résultat Vector3

speed public_oe property

public float speed
Résultat float