Class PlayerSettings.WebGL
Inheritance
PlayerSettings.WebGL
Assembly: UnityEditor.dll
Syntax
public sealed class WebGL
Properties
analyzeBuildSize
Declaration
public static bool analyzeBuildSize { get; set; }
Property Value
Declaration
public static WebGLCompressionFormat compressionFormat { get; set; }
Property Value
dataCaching
Declaration
public static bool dataCaching { get; set; }
Property Value
debugSymbols
Declaration
public static bool debugSymbols { get; set; }
Property Value
emscriptenArgs
Declaration
public static string emscriptenArgs { get; set; }
Property Value
exceptionSupport
Declaration
public static WebGLExceptionSupport exceptionSupport { get; set; }
Property Value
linkerTarget
Declaration
public static WebGLLinkerTarget linkerTarget { get; set; }
Property Value
memorySize
Declaration
public static int memorySize { get; set; }
Property Value
modulesDirectory
Declaration
public static string modulesDirectory { get; set; }
Property Value
nameFilesAsHashes
Declaration
public static bool nameFilesAsHashes { get; set; }
Property Value
template
Declaration
public static string template { get; set; }
Property Value
threadsSupport
Declaration
public static bool threadsSupport { get; set; }
Property Value
useEmbeddedResources
Declaration
public static bool useEmbeddedResources { get; set; }
Property Value
useWasm
Declaration
[Obsolete("useWasm Property deprecated. Use linkerTarget instead")]
public static bool useWasm { get; set; }
Property Value
Extension Methods