Version: 2022.1
LanguageEnglish
  • C#

Sysroot

class in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Base class for implementing sysroots and toolchains for IL2CPP

Properties

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

Public Methods

GetIl2CppArgumentsReturns the next Il2Cpp argument on each call
GetIl2CppCompilerFlagsReturns compiler flags string to pass to Il2Cpp
GetIl2CppLinkerFlagsReturns linker flags string to pass to Il2Cpp
GetSysrootPathReturns path to sysroot
GetToolchainPathReturns path to toolchain
InitializeInitializes sysroot