C# Class Collectable, DADIU2015Team4MiniGame2

Link to Team Eider's website: https://eldertheduck.wordpress.com/ Link to Team Shelduck's website: https://shelduck.wordpress.com/ Link to Assessment 3 project version: https://eldertheduck.wordpress.com/assessment-3
Inheritance: MonoBehaviour
Show file Open project: veselin-/DADIU2015Team4MiniGame2 Class Usage Examples

Public Properties

Property Type Description
strenghtOfAttraction float

Public Methods

Method Description
OnTriggerEnter ( Collider col ) : void
Start ( ) : void

Private Methods

Method Description
LerpTowardsPlayer ( Transform coin ) : IEnumerator

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

strenghtOfAttraction public property

public float strenghtOfAttraction
return float