void Clear() { draggingAxis = null; if (positionHandle) { positionHandle.Destroy(); } if (rotationHandle) { rotationHandle.Destroy(); } if (scaleHandle) { scaleHandle.Destroy(); } }
void Clear() { _draggingHandle = null; if (_positionHandle) { _positionHandle.Destroy(); } if (_rotationHandle) { _rotationHandle.Destroy(); } if (_scaleHandle) { _scaleHandle.Destroy(); } }