C# Class EatPellet, hac-man

Inheritance: MonoBehaviour
Show file Open project: hackerspace-ntnu/hac-man

Public Properties

Property Type Description
eatSound UnityEngine.AudioSource
points int

Public Methods

Method Description
OnTriggerEnter ( Collider col ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider col ) : void
col Collider
return void

Property Details

eatSound public property

public AudioSource,UnityEngine eatSound
return UnityEngine.AudioSource

points public property

public int points
return int