C# Class ExplodableAddon, Unity-2D-Destruction

Inheritance: MonoBehaviour
Afficher le fichier Open project: mjholtzem/Unity-2D-Destruction

Protected Properties

Свойство Type Description
explodable Explodable,

Méthodes publiques

Méthode Description
OnFragmentsGenerated ( List fragments ) : void

Méthodes protégées

Méthode Description
Start ( ) : void

Method Details

OnFragmentsGenerated() public abstract méthode

public abstract OnFragmentsGenerated ( List fragments ) : void
fragments List
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Property Details

explodable protected_oe property

protected Explodable, explodable
Résultat Explodable,