Assets.Scripts.Utils.TimeEvent.IsOccurred C# (CSharp) Method

IsOccurred() public method

public IsOccurred ( ) : bool
return bool
        public bool IsOccurred()
        {
            return _isActive && _lastTimeOccured + _duration <= Time.time;
        }