Class ToolchainWindowsX86_64LinuxX86_64
Toolchain for building Linux x86_64 target on Windows x86_64 host
Namespace: UnityEditor.Il2Cpp
Syntax
public class ToolchainWindowsX86_64LinuxX86_64 : SysrootLinuxX86_64
Constructors
ToolchainWindowsX86_64LinuxX86_64()
Declaration
public ToolchainWindowsX86_64LinuxX86_64()
Properties
HostArch
Name of host architecture
Declaration
public override string HostArch { get; }
Property Value
Type | Description |
---|---|
String |
HostPlatform
Name of host platform
Declaration
public override string HostPlatform { get; }
Property Value
Type | Description |
---|---|
String |
Name
Name of package
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
String |
TargetArch
Name of target architecture
Declaration
public override string TargetArch { get; }
Property Value
Type | Description |
---|---|
String |
TargetPlatform
Name of target platform
Declaration
public override string TargetPlatform { get; }
Property Value
Type | Description |
---|---|
String |
Methods
GetIl2CppArguments()
Supplies arguments to il2cpp.exe
Declaration
public override IEnumerable<string> GetIl2CppArguments()
Returns
Type | Description |
---|---|
IEnumerable<String> | Next argument to il2cpp.exe |
Initialize()
Initialize toolchain
Declaration
public override bool Initialize()
Returns
Type | Description |
---|---|
Boolean |