C# Class SmallLoopToBubble

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public bool AnimEnd
return bool

SmallBubble public_oe property

public GameObject SmallBubble
return GameObject

SmallLoopCollider public_oe property

public Collider2D,UnityEngine SmallLoopCollider
return UnityEngine.Collider2D

star public_oe property

public GameObject star
return GameObject