Assets.Environment.Bucket.Scripts.Bucket.PickUp C# (CSharp) Method

PickUp() public method

public PickUp ( ) : GameObject
return UnityEngine.GameObject
        public GameObject PickUp()
        {
            gameObject.SetActive(false);
            return gameObject;
        }