C# Class Destroy_by_contact, Space-Rush2

Inheritance: MonoBehaviour
Afficher le fichier Open project: M4R774/Space-Rush2

Méthodes publiques

Свойство Type Description
Damage float
explosion GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

Property Details

Damage public_oe property

public float Damage
Résultat float

explosion public_oe property

public GameObject explosion
Résultat GameObject