Class ToolchainWindowsArm64LinuxX86_64
Toolchain for building Linux x86_64 target on Windows Arm64 host
Inherited Members
Namespace: UnityEditor .Il2Cpp
Assembly: Unity.Toolchain.Win-arm64-Linux-x86_64.dll
Syntax
public class ToolchainWindowsArm64LinuxX86_64 : SysrootLinuxX86_64
Constructors
ToolchainWindowsArm64LinuxX86_64()
Declaration
public ToolchainWindowsArm64LinuxX86_64()
Properties
HostArch
Name of host architecture
Declaration
public override string HostArch { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
HostPlatform
Name of host platform
Declaration
public override string HostPlatform { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Name of package
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
TargetArch
Name of target architecture
Declaration
public override string TargetArch { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
TargetPlatform
Name of target platform
Declaration
public override string TargetPlatform { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetIl2CppArguments()
Supplies arguments to il2cpp.exe
Declaration
public override IEnumerable<string> GetIl2CppArguments()
Returns
Type | Description |
---|---|
IEnumerable<string> | Next argument to il2cpp.exe |
Overrides
GetIl2CppCompilerFlags()
Supplies compiler flags argument to il2cpp.exe
Declaration
public override string GetIl2CppCompilerFlags()
Returns
Type | Description |
---|---|
string | Next argument to il2cpp.exe |
Overrides
GetIl2CppLinkerFlags()
Supplies linker flags argument to il2cpp.exe
Declaration
public override string GetIl2CppLinkerFlags()
Returns
Type | Description |
---|---|
string | Next argument to il2cpp.exe |
Overrides
GetSysrootPath()
Supplies sysroot argument to il2cpp.exe
Declaration
public override string GetSysrootPath()
Returns
Type | Description |
---|---|
string | Next argument to il2cpp.exe |
Overrides
GetToolchainPath()
Supplies toolchain path argument to il2cpp.exe
Declaration
public override string GetToolchainPath()
Returns
Type | Description |
---|---|
string | Next argument to il2cpp.exe |
Overrides
Initialize()
Initialize toolchain
Declaration
public override bool Initialize()
Returns
Type | Description |
---|---|
bool |