C# Class CoinPickup, Joyful

Inheritance: MonoBehaviour
Show file Open project: GDCASU/Joyful Class Usage Examples

Public Properties

Property Type Description
pointsToAdd int

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

pointsToAdd public property

public int pointsToAdd
return int