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

HasBeenActivated() public method

public HasBeenActivated ( ) : bool
return bool
        public bool HasBeenActivated()
        {
            return _hasBeenPulled;
        }