Version: 2022.2
言語: 日本語
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 The platform group to retrieve the scripting backend for.

戻り値

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.