메소드 | 설명 | |
---|---|---|
Drop ( ) : void | ||
Pickup ( IPickupable target ) : void | ||
Pickup ( IPickupable held, System.Action OnDrop ) : void | ||
Pickup ( IPickupable held, System.Action OnDrop, System.Action OnCancel ) : void |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
Clear ( ) : void | ||
Disable ( ) : void | ||
Enable ( ) : void | ||
MoveToCursor ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public Pickup ( IPickupable held, System.Action OnDrop ) : void | ||
held | IPickupable | |
OnDrop | System.Action | |
리턴 | void |
public Pickup ( IPickupable held, System.Action OnDrop, System.Action OnCancel ) : void | ||
held | IPickupable | |
OnDrop | System.Action | |
OnCancel | System.Action | |
리턴 | void |