C# Класс UnityEditor.Scripting.Compilers.SupportedLanguage

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateCompiler ( MonoIsland island, bool buildingForEditor, BuildTarget targetPlatform, bool runUpdater ) : ScriptCompilerBase
GetExtensionICanCompile ( ) : string
GetLanguageName ( ) : string
GetNamespace ( string fileName, string definedSymbols ) : string

Защищенные методы

Метод Описание
SupportedLanguage ( ) : System

Описание методов

CreateCompiler() публичный абстрактный Метод

public abstract CreateCompiler ( MonoIsland island, bool buildingForEditor, BuildTarget targetPlatform, bool runUpdater ) : ScriptCompilerBase
island UnityEditor.Scripting.MonoIsland
buildingForEditor bool
targetPlatform BuildTarget
runUpdater bool
Результат ScriptCompilerBase

GetExtensionICanCompile() публичный абстрактный Метод

public abstract GetExtensionICanCompile ( ) : string
Результат string

GetLanguageName() публичный абстрактный Метод

public abstract GetLanguageName ( ) : string
Результат string

GetNamespace() публичный Метод

public GetNamespace ( string fileName, string definedSymbols ) : string
fileName string
definedSymbols string
Результат string

SupportedLanguage() защищенный Метод

protected SupportedLanguage ( ) : System
Результат System