Table of Contents

Class WebGLPlatformSettings

Namespace
CodeBase.ForBuildAssistant.Variant
Assembly
4Experience.CodeBase.ForBuildAssistant.Editor.dll
[CreateAssetMenu(menuName = "4Experience/CodeBase/Build Process/Platform Settings/WebGLPlatformSettings")]
public class WebGLPlatformSettings : BasePlatformSettings, ISettingsApplier, IValidable
Inheritance
Object
ScriptableObject
WebGLPlatformSettings
Implements
Inherited Members
Extension Methods

Fields

TEMPLATE_FORMAT

private const string TEMPLATE_FORMAT = "PROJECT:{0}"

Field Value

string

Properties

CompressionFormat

private WebGLCompressionFormat CompressionFormat { get; set; }

Property Value

WebGLCompressionFormat

CurrentTemplate

private string CurrentTemplate { get; set; }

Property Value

string

DefaultTemplateMap

private Dictionary<WebGLPlatformSettings.TemplateType, string> DefaultTemplateMap { get; }

Property Value

Dictionary<WebGLPlatformSettings.TemplateType, string>

EnableDataCaching

private bool EnableDataCaching { get; set; }

Property Value

bool

EnableDebugSymbol

private bool EnableDebugSymbol { get; set; }

Property Value

bool

EnableDecompressionFallback

private bool EnableDecompressionFallback { get; set; }

Property Value

bool

EnableNameFilesAsHashes

private bool EnableNameFilesAsHashes { get; set; }

Property Value

bool

ExceptionSupport

private WebGLExceptionSupport ExceptionSupport { get; set; }

Property Value

WebGLExceptionSupport

LinkerTarget

private WebGLLinkerTarget LinkerTarget { get; set; }

Property Value

WebGLLinkerTarget

Template

private WebGLPlatformSettings.TemplateType Template { get; set; }

Property Value

WebGLPlatformSettings.TemplateType

TemplateName

private string TemplateName { get; set; }

Property Value

string

WasmArithmeticExceptions

private WebGLWasmArithmeticExceptions WasmArithmeticExceptions { get; set; }

Property Value

WebGLWasmArithmeticExceptions

Methods

ApplyPublishingSettings()

protected override void ApplyPublishingSettings()

ApplyResolutionAndPresentationSettings()

protected override void ApplyResolutionAndPresentationSettings()

DEBUG_ReadPublishingSettings()

protected override void DEBUG_ReadPublishingSettings()

DEBUG_ReadResolutionAndPresentationSettings()

protected override void DEBUG_ReadResolutionAndPresentationSettings()