C# Class EnemyShip, asteroids-unity3d

Inheritance: Ship
Mostra file Open project: vitorog/asteroids-unity3d Class Usage Examples

Public Properties

Property Type Description
big_ufo_max_angle_ float
big_ufo_min_angle_ float
big_ufo_score_ int
projectile_ Projectile
projectile_sound_ AudioClip
projectile_speed_ float
ship_explosion_prefab_ ParticleSystem
shooting_delay_ float
small_ufo_max_angle_ float
small_ufo_min_angle_ float
small_ufo_score_ int
velocity_ float

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
LateUpdate ( ) : void
OnCollisionEnter2D ( Collision2D c ) : void
SetSmall ( ) : void
Shoot ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnCollisionEnter2D() public method

public OnCollisionEnter2D ( Collision2D c ) : void
c Collision2D
return void

SetSmall() public method

public SetSmall ( ) : void
return void

Shoot() public method

public Shoot ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

big_ufo_max_angle_ public_oe property

public float big_ufo_max_angle_
return float

big_ufo_min_angle_ public_oe property

public float big_ufo_min_angle_
return float

big_ufo_score_ public_oe property

public int big_ufo_score_
return int

projectile_ public_oe property

public Projectile projectile_
return Projectile

projectile_sound_ public_oe property

public AudioClip projectile_sound_
return AudioClip

projectile_speed_ public_oe property

public float projectile_speed_
return float

ship_explosion_prefab_ public_oe property

public ParticleSystem ship_explosion_prefab_
return ParticleSystem

shooting_delay_ public_oe property

public float shooting_delay_
return float

small_ufo_max_angle_ public_oe property

public float small_ufo_max_angle_
return float

small_ufo_min_angle_ public_oe property

public float small_ufo_min_angle_
return float

small_ufo_score_ public_oe property

public int small_ufo_score_
return int

velocity_ public_oe property

public float velocity_
return float