FairyGUI.EMRenderSupport.Remove C# (CSharp) Метод

Remove() публичный статический Метод

public static Remove ( EMRenderTarget value ) : void
value EMRenderTarget
Результат void
        public static void Remove(EMRenderTarget value)
        {
            _targets.Remove(value);
        }

Usage Example

Пример #1
0
 void OnDisable()
 {
     if (!Application.isPlaying)
     {
         EMRenderSupport.Remove(this);
     }
 }
All Usage Examples Of FairyGUI.EMRenderSupport::Remove