C# Class Supermarket.Hand

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Clarksj4/Theme-Supermarket-Tycoon-World Class Usage Examples

Méthodes publiques

Méthode Description
Drop ( ) : void
Pickup ( IPickupable target ) : void
Pickup ( IPickupable held, System.Action OnDrop ) : void
Pickup ( IPickupable held, System.Action OnDrop, System.Action OnCancel ) : void

Private Methods

Méthode Description
Awake ( ) : void
Clear ( ) : void
Disable ( ) : void
Enable ( ) : void
MoveToCursor ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Drop() public méthode

public Drop ( ) : void
Résultat void

Pickup() public méthode

public Pickup ( IPickupable target ) : void
target IPickupable
Résultat void

Pickup() public méthode

public Pickup ( IPickupable held, System.Action OnDrop ) : void
held IPickupable
OnDrop System.Action
Résultat void

Pickup() public méthode

public Pickup ( IPickupable held, System.Action OnDrop, System.Action OnCancel ) : void
held IPickupable
OnDrop System.Action
OnCancel System.Action
Résultat void