C# Class ClownChange

Inheritance: MonoBehaviour
显示文件 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_oe property

public GameObject Clown
return GameObject

Drunk public_oe property

public GameObject Drunk
return GameObject

Star public_oe property

public GameObject Star
return GameObject