C# Class TNTExplosion, Unity

Inheritance: MonoBehaviour
Exibir arquivo Open project: zackva/Unity

Public Properties

Property Type Description
wall GameObject

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Property Details

wall public_oe property

public GameObject wall
return GameObject