Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Sysroot

Base class for implementing sysroots and toolchains for IL2CPP
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Class
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public abstract class Sysroot

Constructors

Constructor

Description

Sysroot()Constructor

Properties

Property

Description

HostArchReturns name of the host architecture
HostPlatformReturns name of the host platform
NameReturns name of the sysroot
TargetArchReturns name of the target architecture
TargetPlatformReturns name of the target platform

Methods

Method

Description

GetIl2CppAdditionalDefinesReturns an array of additional defines.
GetIl2CppAdditionalIncludeDirectoriesReturns an array of additional include directories.
GetIl2CppAdditionalLibrariesReturns an array of additional static libraries.
GetIl2CppAdditionalLinkDirectoriesReturns an array of additional link directories.
GetIl2CppArgumentsReturns the next Il2Cpp argument on each call
GetIl2CppCompilerFlagsReturns compiler flags string to pass to Il2Cpp
GetIl2CppLinkerFlagsReturns linker flags string to pass to Il2Cpp
GetIl2CppLinkerFlagsFileReturns linker flags file string to pass to Il2Cpp.
GetSysrootPathReturns path to sysroot
GetToolchainPathReturns path to toolchain
InitializeInitializes sysroot