public static void CompilePass (Material material, int pass, bool forceSync);

파라미터

materialTarget Material.
passIndex of the target Shader pass.
forceSyncForces the script execution to wait until the compilation has finished. Optional.

설명

Request the Editor to compile the Shader Variant needed for the specific pass of the given Material.