void Destroy() { if (_plane != null) { _plane.Destroy(); _plane = null; } endAlpha = ResetEndAlpha; transformList.Clear(); }