Esempio n. 1
0
        void Clear()
        {
            draggingAxis = null;

            if (positionHandle)
            {
                positionHandle.Destroy();
            }
            if (rotationHandle)
            {
                rotationHandle.Destroy();
            }
            if (scaleHandle)
            {
                scaleHandle.Destroy();
            }
        }
Esempio n. 2
0
        void Clear()
        {
            _draggingHandle = null;

            if (_positionHandle)
            {
                _positionHandle.Destroy();
            }
            if (_rotationHandle)
            {
                _rotationHandle.Destroy();
            }
            if (_scaleHandle)
            {
                _scaleHandle.Destroy();
            }
        }