Show / Hide Table of Contents

Class Il2CppNativeCodeBuilderUtils

Inheritance
Object
Il2CppNativeCodeBuilderUtils
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditorInternal
Assembly: UnityEditor.dll
Syntax
public static class Il2CppNativeCodeBuilderUtils

Methods

| Improve this Doc View Source

AddBuilderArguments(Il2CppNativeCodeBuilder, String, IEnumerable<String>, IEnumerable<String>, Il2CppCompilerConfiguration)

Declaration
public static IEnumerable<string> AddBuilderArguments(Il2CppNativeCodeBuilder builder, string outputRelativePath, IEnumerable<string> includeRelativePaths, IEnumerable<string> additionalLibs, Il2CppCompilerConfiguration compilerConfiguration)
Parameters
Type Name Description
Il2CppNativeCodeBuilder builder
String outputRelativePath
IEnumerable<String> includeRelativePaths
IEnumerable<String> additionalLibs
Il2CppCompilerConfiguration compilerConfiguration
Returns
Type Description
IEnumerable<String>
| Improve this Doc View Source

ClearAndPrepareCacheDirectory(Il2CppNativeCodeBuilder)

Declaration
public static void ClearAndPrepareCacheDirectory(Il2CppNativeCodeBuilder builder)
Parameters
Type Name Description
Il2CppNativeCodeBuilder builder
| Improve this Doc View Source

ClearCacheIfEditorVersionDiffers(Il2CppNativeCodeBuilder, String)

Declaration
public static void ClearCacheIfEditorVersionDiffers(Il2CppNativeCodeBuilder builder, string currentEditorVersion)
Parameters
Type Name Description
Il2CppNativeCodeBuilder builder
String currentEditorVersion
| Improve this Doc View Source

ObjectFilePathInCacheDirectoryFor(String)

Declaration
public static string ObjectFilePathInCacheDirectoryFor(string builderCacheDirectory)
Parameters
Type Name Description
String builderCacheDirectory
Returns
Type Description
String
| Improve this Doc View Source

PrepareCacheDirectory(Il2CppNativeCodeBuilder, String)

Declaration
public static void PrepareCacheDirectory(Il2CppNativeCodeBuilder builder, string currentEditorVersion)
Parameters
Type Name Description
Il2CppNativeCodeBuilder builder
String currentEditorVersion
  • Improve this Doc
  • View Source
Back to top Generated by DocFX