Version: 2022.1

PlayerSettings.GetScriptingBackend

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

参数

buildTarget The NamedBuildTarget.

返回

ScriptingImplementation Returns IL2CPP, Mono or .NET scripting backends.

描述

Gets the scripting framework for the build target you select.


public static ScriptingImplementation GetScriptingBackend (BuildTargetGroup targetGroup);

描述

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