C# Class EnemyShip, asteroids-unity3d

Inheritance: Ship
Afficher le fichier Open project: vitorog/asteroids-unity3d Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Awake ( ) : void
FixedUpdate ( ) : void
LateUpdate ( ) : void
OnCollisionEnter2D ( Collision2D c ) : void
SetSmall ( ) : void
Shoot ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

OnCollisionEnter2D() public méthode

public OnCollisionEnter2D ( Collision2D c ) : void
c Collision2D
Résultat void

SetSmall() public méthode

public SetSmall ( ) : void
Résultat void

Shoot() public méthode

public Shoot ( ) : void
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

big_ufo_max_angle_ public_oe property

public float big_ufo_max_angle_
Résultat float

big_ufo_min_angle_ public_oe property

public float big_ufo_min_angle_
Résultat float

big_ufo_score_ public_oe property

public int big_ufo_score_
Résultat int

projectile_ public_oe property

public Projectile projectile_
Résultat Projectile

projectile_sound_ public_oe property

public AudioClip projectile_sound_
Résultat AudioClip

projectile_speed_ public_oe property

public float projectile_speed_
Résultat float

ship_explosion_prefab_ public_oe property

public ParticleSystem ship_explosion_prefab_
Résultat ParticleSystem

shooting_delay_ public_oe property

public float shooting_delay_
Résultat float

small_ufo_max_angle_ public_oe property

public float small_ufo_max_angle_
Résultat float

small_ufo_min_angle_ public_oe property

public float small_ufo_min_angle_
Résultat float

small_ufo_score_ public_oe property

public int small_ufo_score_
Résultat int

velocity_ public_oe property

public float velocity_
Résultat float