Assets.Environment.Levers.LeverExample.Scripts.LeverPulls.CanThisBeInteractedWith C# (CSharp) Method

CanThisBeInteractedWith() public method

public CanThisBeInteractedWith ( GameObject pickup ) : bool
pickup UnityEngine.GameObject
return bool
        public bool CanThisBeInteractedWith(GameObject pickup)
        {
            return !_hasBeenPulled;
        }