C# Class UnityEditor.Scripting.Compilers.BooLanguage

Inheritance: SupportedLanguage
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode 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 méthode

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

GetExtensionICanCompile() public méthode

public GetExtensionICanCompile ( ) : string
Résultat string

GetLanguageName() public méthode

public GetLanguageName ( ) : string
Résultat string

GetNamespace() public méthode

public GetNamespace ( string fileName, string definedSymbols ) : string
fileName string
definedSymbols string
Résultat string