C# Class DestroyOnDeath, gateway2dwest

Inheritance: MonoBehaviour
Afficher le fichier Open project: stlgamedev/gateway2dwest

Méthodes publiques

Свойство Type Description
objectToDestroyOnDeath GameObject
objectsToDisable GameObject[]

Méthodes publiques

Méthode Description
DestroyObject ( ) : void
Die ( ) : void

Method Details

DestroyObject() public méthode

public DestroyObject ( ) : void
Résultat void

Die() public méthode

public Die ( ) : void
Résultat void

Property Details

objectToDestroyOnDeath public_oe property

public GameObject objectToDestroyOnDeath
Résultat GameObject

objectsToDisable public_oe property

public GameObject[] objectsToDisable
Résultat GameObject[]