C# Class MeteorMover, Castle-Bashers

Inheritance: MonoBehaviour
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Свойство Type Description
destroyedParticle GameObject
destroyedSound UnityEngine.AudioClip
speed float
speedIncrement float

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void
faceLeft ( ) : void
faceRight ( ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

faceLeft() public méthode

public faceLeft ( ) : void
Résultat void

faceRight() public méthode

public faceRight ( ) : void
Résultat void

Property Details

destroyedParticle public_oe property

public GameObject destroyedParticle
Résultat GameObject

destroyedSound public_oe property

public AudioClip,UnityEngine destroyedSound
Résultat UnityEngine.AudioClip

speed public_oe property

public float speed
Résultat float

speedIncrement public_oe property

public float speedIncrement
Résultat float