Ejemplo n.º 1
0
        // ---------------------------------------------------------------------
        //
        // Messages
        //
        // ---------------------------------------------------------------------

        void OnEnable()
        {
            _clips    = targets.OfType <SwfClip>().ToList();
            _outdated = SwfEditorUtils.CheckForOutdatedAsset(_clips);
            SetupPreviews();
        }
Ejemplo n.º 2
0
        // ---------------------------------------------------------------------
        //
        // Messages
        //
        // ---------------------------------------------------------------------

        void OnEnable()
        {
            _assets   = targets.OfType <SwfAsset>().ToList();
            _outdated = SwfEditorUtils.CheckForOutdatedAsset(_assets);
        }