Ejemplo n.º 1
0
            public void OnLoad(AnimationWindow window)
            {
                // Link
                Window = window;
                Asset  = window.Asset;

                // Try to restore target asset import options (useful for fast reimport)
                ModelImportSettings.TryRestore(ref ImportSettings, window.Item.Path);
            }
Ejemplo n.º 2
0
 public void OnClean()
 {
     // Unlink
     Window = null;
     Asset  = null;
 }
Ejemplo n.º 3
0
 public Preview(AnimationWindow window)
     : base(true)
 {
     _window   = window;
     ShowFloor = true;
 }