Class ToolchainMacOSX86_64LinuxX86_64
Toolchain package for building Linux x86_64 players on MacOS x86_64 hosts
Inherited Members
Namespace: UnityEditor .Il2Cpp
Assembly: Unity.Toolchain.Macos-x86_64-Linux-x86_64.dll
Syntax
public class ToolchainMacOSX86_64LinuxX86_64 : SysrootLinuxX86_64
Constructors
ToolchainMacOSX86_64LinuxX86_64()
Declaration
public ToolchainMacOSX86_64LinuxX86_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
Initialize()
Initialize toolchain package
Declaration
public override bool Initialize()
Returns
Type | Description |
---|---|
bool |