C# Class GolfBall, ITGM220_W15

Inheritance: MonoBehaviour
Show file Open project: SimianLogic/ITGM220_W15 Class Usage Examples

Public Properties

Property Type Description
instructions Text,
levelLabel Text,
shotsTakenLabel Text,
throwMultiplier float

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public method

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

OnTriggerExit2D() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

instructions public property

public Text, instructions
return Text,

levelLabel public property

public Text, levelLabel
return Text,

shotsTakenLabel public property

public Text, shotsTakenLabel
return Text,

throwMultiplier public property

public float throwMultiplier
return float