C# Class movingplatform, clockwork

Inheritance: MonoBehaviour
Afficher le fichier Open project: shadowseer99/clockwork Class Usage Examples

Méthodes publiques

Свойство Type Description
invertD bool
range int
speed float
vertical bool

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

invertD public_oe property

public bool invertD
Résultat bool

range public_oe property

public int range
Résultat int

speed public_oe property

public float speed
Résultat float

vertical public_oe property

public bool vertical
Résultat bool