Version: 2021.1
언어: 한국어

BuildPlayerWindow.RegisterBuildPlayerHandler

매뉴얼로 전환
public static void RegisterBuildPlayerHandler (Action<BuildPlayerOptions> func);

파라미터

func Delegate System.Action that takes a BuildPipeline.BuildPlayerOptions parameter.

설명

Register a delegate to intercept or override the build process executed with the "Build" and "Build and Run" buttons. Registering a null value will restore default behavior, which is the equivalent of calling BuildPlayerWindow.DefaultBuildMethods.BuildPlayer.