Version: 2022.2
언어: 한국어

CompilationPipeline.GetAssemblyRootNamespaceFromScriptPath

매뉴얼로 전환
public static string GetAssemblyRootNamespaceFromScriptPath (string sourceFilePath);

파라미터

sourceFilePath Source (script) file path.

반환

string Returns the root namespace for the given script. If there is no root namespace defined for the script, it returns null.

설명

Gets the root namespace associated with the given script path.

This method gets the root namespace associated with the given script path. If there is an assembly definition file associated to the given script, the root namespace defined is returned, otherwise the C# project Root Namespace in project settings is returned.