Example #1
0
    void Destroy()
    {
        if (_plane != null)
        {
            _plane.Destroy();
            _plane = null;
        }
        endAlpha = ResetEndAlpha;

        transformList.Clear();
    }