C# Class MeteorMover, Castle-Bashers

Inheritance: MonoBehaviour
Datei anzeigen Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
destroyedParticle GameObject
destroyedSound UnityEngine.AudioClip
speed float
speedIncrement float

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void
faceLeft ( ) : void
faceRight ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

faceLeft() public method

public faceLeft ( ) : void
return void

faceRight() public method

public faceRight ( ) : void
return void

Property Details

destroyedParticle public_oe property

public GameObject destroyedParticle
return GameObject

destroyedSound public_oe property

public AudioClip,UnityEngine destroyedSound
return UnityEngine.AudioClip

speed public_oe property

public float speed
return float

speedIncrement public_oe property

public float speedIncrement
return float