C# Class ClownChange

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/stardust

Public Properties

Property Type Description
Clown GameObject
Drunk GameObject
Star GameObject

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D balloon ) : void

Method Details

OnTriggerEnter2D() public method

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

Property Details

Clown public property

public GameObject Clown
return GameObject

Drunk public property

public GameObject Drunk
return GameObject

Star public property

public GameObject Star
return GameObject