C# Class MovingWalls3, 285_02_FA15G5

Inheritance: MonoBehaviour
Afficher le fichier Open project: selu285-2015/285_02_FA15G5

Méthodes publiques

Свойство Type Description
particle ParticleSystem
wallSpeed float

Méthodes publiques

Méthode Description
IsMoving ( bool leverPulled ) : void
Start ( ) : void
Update ( ) : void

Method Details

IsMoving() public méthode

public IsMoving ( bool leverPulled ) : void
leverPulled bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

particle public_oe property

public ParticleSystem particle
Résultat ParticleSystem

wallSpeed public_oe property

public float wallSpeed
Résultat float