C# Class Melee, DefendAman

Inheritance: MonoBehaviour
显示文件 Open project: CarsonRoscoe/DefendAman Class Usage Examples

Public Properties

Property Type Description
targets HashSet

Protected Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void

Method Details

OnTriggerEnter2D() protected method

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

Property Details

targets public_oe property

public HashSet targets
return HashSet