Esempio n. 1
0
        public static void RebuildAtlasCacheIfNeeded(BuildTarget target)
        {
            Packer.Execution execution          = Packer.Execution.Normal;
            bool             displayProgressBar = false;

            Packer.RebuildAtlasCacheIfNeeded(target, displayProgressBar, execution);
        }
Esempio n. 2
0
 public static extern void RebuildAtlasCacheIfNeeded(BuildTarget target, bool displayProgressBar, Packer.Execution execution);
Esempio n. 3
0
 public static extern void RebuildAtlasCacheIfNeeded(BuildTarget target, [DefaultValue("false")] bool displayProgressBar, [DefaultValue("Execution.Normal")] Packer.Execution execution);