C# Class UnityEditor.Scripting.Compilers.BooLanguage

Inheritance: SupportedLanguage
Exibir arquivo Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
CreateCompiler ( MonoIsland island, bool buildingForEditor, BuildTarget targetPlatform, bool runUpdater ) : ScriptCompilerBase
GetExtensionICanCompile ( ) : string
GetLanguageName ( ) : string
GetNamespace ( string fileName, string definedSymbols ) : string

Method Details

CreateCompiler() public method

public CreateCompiler ( MonoIsland island, bool buildingForEditor, BuildTarget targetPlatform, bool runUpdater ) : ScriptCompilerBase
island UnityEditor.Scripting.MonoIsland
buildingForEditor bool
targetPlatform BuildTarget
runUpdater bool
return ScriptCompilerBase

GetExtensionICanCompile() public method

public GetExtensionICanCompile ( ) : string
return string

GetLanguageName() public method

public GetLanguageName ( ) : string
return string

GetNamespace() public method

public GetNamespace ( string fileName, string definedSymbols ) : string
fileName string
definedSymbols string
return string