C# Class UnityEditor.WebGL.Il2Cpp.WebGlIl2CppPlatformProvider

Inheritance: UnityEditorInternal.BaseIl2CppPlatformProvider
Show file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
JsLib IEnumerable
JsPre IEnumerable
Libs IEnumerable
LinkerFlags string

Public Methods

Method Description
CreateIl2CppNativeCodeBuilder ( ) : Il2CppNativeCodeBuilder
WebGlIl2CppPlatformProvider ( BuildTarget target, bool isDevelopmentBuild, string dataDirectory, string nativeLibraryFileName, BuildReport _buildReport ) : System

Method Details

CreateIl2CppNativeCodeBuilder() public method

public CreateIl2CppNativeCodeBuilder ( ) : Il2CppNativeCodeBuilder
return Il2CppNativeCodeBuilder

WebGlIl2CppPlatformProvider() public method

public WebGlIl2CppPlatformProvider ( BuildTarget target, bool isDevelopmentBuild, string dataDirectory, string nativeLibraryFileName, BuildReport _buildReport ) : System
target BuildTarget
isDevelopmentBuild bool
dataDirectory string
nativeLibraryFileName string
_buildReport UnityEditor.BuildReporting.BuildReport
return System

Property Details

JsLib public property

public IEnumerable JsLib
return IEnumerable

JsPre public property

public IEnumerable JsPre
return IEnumerable

Libs public property

public IEnumerable Libs
return IEnumerable

LinkerFlags public property

public string LinkerFlags
return string