Version: 2017.4

BuildPlayerWindow.RegisterGetBuildPlayerOptionsHandler

マニュアルに切り替える
public static void RegisterGetBuildPlayerOptionsHandler (Func<BuildPlayerOptions,BuildPlayerOptions> func);

パラメーター

funcDelegate System.Func that takes a BuildPlayerOptions parameter. The value passed into the delegate will represent default options. The return value will be passed to the default build player handler, or to a custom handler set with BuildPlayerWindow.RegisterBuildPlayerHandler.

説明

Register a delegate method to calculate BuildPlayerOptions that are passed to the build player handler. Registering a null value will restore default behavior, which is the equivalent of calling BuildPlayerWindow.DefaultBuildMethods.GetBuildPlayerOptions.

If this delegate is registered and used in conjunction with the default build player handler, be sure to set BuildPlayerOptions.scenes, BuildPlayerOptions.locationPathName, and BuildPlayerOptions.target before exiting for the build process to proceed correctly.