C# Class MeteorMover, Castle-Bashers

Inheritance: MonoBehaviour
Show file 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 property

public GameObject destroyedParticle
return GameObject

destroyedSound public property

public AudioClip,UnityEngine destroyedSound
return UnityEngine.AudioClip

speed public property

public float speed
return float

speedIncrement public property

public float speedIncrement
return float