C# Class Throwingmush

Inheritance: MonoBehaviour
Datei anzeigen Open project: SNUGDC/stardust

Public Properties

Property Type Description
Mushthrow Animator
Must_ToThrow GameObject
Player GameObject

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

Mushthrow public_oe property

public Animator Mushthrow
return Animator

Must_ToThrow public_oe property

public GameObject Must_ToThrow
return GameObject

Player public_oe property

public GameObject Player
return GameObject