Search Results for

    Show / Hide Table of Contents

    Class WebPlatformSettings

    Web platform settings.

    Inheritance
    System.Object
    SettingsBase
    WebPlatformSettings
    Namespace: FlaxEditor.Content.Settings
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class WebPlatformSettings : SettingsBase

    Constructors

    WebPlatformSettings()

    Initializes a new instance of the WebPlatformSettings.

    Declaration
    public WebPlatformSettings()

    Fields

    CustomHtml

    The custom HTML template for the game page.

    Declaration
    [EditorOrder(100)]
    [EditorDisplay("HTML", null)]
    [AssetReference(".html", false)]
    [CustomEditorAlias("FlaxEditor.CustomEditors.Editors.FilePathEditor")]
    public string CustomHtml
    Field Value
    System.String

    TexturesCompression

    The output textures compression mode.

    Declaration
    [EditorOrder(500)]
    [EditorDisplay("General", null)]
    public WebPlatformSettings.TextureCompression TexturesCompression
    Field Value
    WebPlatformSettings.TextureCompression

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat