C# Class JumpUpPickup, Joyful

Inheritance: MonoBehaviour
Mostra file Open project: GDCASU/Joyful

Public Properties

Property Type Description
AfterEffect GameObject
JumpPowerUp PlayerController,

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void

Method Details

OnTriggerEnter2D() public method

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

Property Details

AfterEffect public_oe property

public GameObject AfterEffect
return GameObject

JumpPowerUp public_oe property

public PlayerController, JumpPowerUp
return PlayerController,