C# Class UnityEditor.Scripting.Compilers.CSharpLanguage

Inheritance: SupportedLanguage
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

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

Private Methods

Méthode Description
GetCSharpCompiler ( BuildTarget targetPlatform, bool buildingForEditor, string assemblyName ) : CSharpCompiler

Method Details

CreateCompiler() public méthode

public CreateCompiler ( MonoIsland island, bool buildingForEditor, BuildTarget targetPlatform, bool runUpdater ) : ScriptCompilerBase
island 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