Beispiel #1
0
        void SelectHandler(VisualEffect vfx)
        {
            if (vfx != null)
            {
                m_VFXView.TryAttachTo(vfx, true);
            }
            else
            {
                m_VFXView.Detach();
            }

            UpdateAttachedLabel();
        }