Ejemplo n.º 1
0
        void ReleaseDesignerOutlets()
        {
            if (SvgPathInput != null)
            {
                SvgPathInput.Dispose();
                SvgPathInput = null;
            }

            if (ConversionSelector != null)
            {
                ConversionSelector.Dispose();
                ConversionSelector = null;
            }

            if (SourceCodeOutput != null)
            {
                SourceCodeOutput.Dispose();
                SourceCodeOutput = null;
            }

            if (Convert != null)
            {
                Convert.Dispose();
                Convert = null;
            }
        }
Ejemplo n.º 2
0
 void Awake()
 {
     instance = this;
     text     = GetComponent <Text>();
 }