C# Class SmallLoopToBubble

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/stardust

Public Properties

Property Type Description
AnimEnd bool
SmallBubble GameObject
SmallLoopCollider UnityEngine.Collider2D
star GameObject

Public Methods

Method Description
OnMouseDown ( ) : void
Update ( ) : void

Method Details

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

AnimEnd public property

public bool AnimEnd
return bool

SmallBubble public property

public GameObject SmallBubble
return GameObject

SmallLoopCollider public property

public Collider2D,UnityEngine SmallLoopCollider
return UnityEngine.Collider2D

star public property

public GameObject star
return GameObject