示例#1
0
    private void SetSwipeScript()
    {
        _swipeScripts = _detailCard.GetComponent <SwipeScripts>();

        if (null == _swipeScripts)
        {
            throw  new MissingComponentException();
        }
    }
	private void SetSwipeScript()
	{
		_swipeScripts = _detailCard.GetComponent<SwipeScripts>();
		
		if (null == _swipeScripts)
		{
			throw  new MissingComponentException();
		}
	}