Version: 2022.1
언어: 한국어

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 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.