public static void RebuildAtlasCacheIfNeeded(BuildTarget target) { Packer.Execution execution = Packer.Execution.Normal; bool displayProgressBar = false; Packer.RebuildAtlasCacheIfNeeded(target, displayProgressBar, execution); }
public static extern void RebuildAtlasCacheIfNeeded(BuildTarget target, bool displayProgressBar, Packer.Execution execution);
public static extern void RebuildAtlasCacheIfNeeded(BuildTarget target, [DefaultValue("false")] bool displayProgressBar, [DefaultValue("Execution.Normal")] Packer.Execution execution);