C# Class ExplodableAddon, Unity-2D-Destruction

Inheritance: MonoBehaviour
Exibir arquivo Open project: mjholtzem/Unity-2D-Destruction

Protected Properties

Property Type Description
explodable Explodable,

Public Methods

Method Description
OnFragmentsGenerated ( List fragments ) : void

Protected Methods

Method Description
Start ( ) : void

Method Details

OnFragmentsGenerated() public abstract method

public abstract OnFragmentsGenerated ( List fragments ) : void
fragments List
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

explodable protected_oe property

protected Explodable, explodable
return Explodable,