Class ToolchainLinuxX86_64
Toolchain package for building Linux x86_64 targets on Linux x86_64 host
Namespace: UnityEditor.Il2Cpp
Syntax
public class ToolchainLinuxX86_64 : SysrootLinuxX86_64
Constructors
ToolchainLinuxX86_64()
Initialize toolchain package
Declaration
public ToolchainLinuxX86_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> | The next argument to il2cpp.exe |