Version: 2021.2

PlayerSettings.GetDefaultScriptingBackend

切换到手册
public static ScriptingImplementation GetDefaultScriptingBackend (Build.NamedBuildTarget buildTarget);

参数

buildTarget The NamedBuildTarget.

返回

ScriptingImplementation A ScriptingImplementation object that describes the default scripting backend for the build target you select.

描述

Returns the default ScriptingImplementation for the build target you select.


public static ScriptingImplementation GetDefaultScriptingBackend (BuildTargetGroup targetGroup);

参数

targetGroup 要检索其脚本后端的平台组。

返回

ScriptingImplementation A ScriptingImplementation object that describes the default scripting backend used on that build target.

描述

BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.