Class ToolchainMacOSX86_64LinuxX86_64
Toolchain package for building Linux x86_64 players on MacOS x86_64 hosts
Namespace: UnityEditor.Il2Cpp
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 |
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 package
Declaration
public override bool Initialize()
Returns
Type | Description |
---|---|
Boolean |