Search Results for

    Show / Hide Table of Contents

    Struct PluginDescription

    The engine plugin description container.

    Assembly: FlaxEngine.dll
    File: Engine/Scripting/Plugins/PluginDescription.h
    Syntax
    public struct PluginDescription

    Fields

    Author

    The name of the author of the plugin.

    Declaration
    public String Author
    Field Value
    String

    AuthorUrl

    The plugin author website URL.

    Declaration
    public String AuthorUrl
    Field Value
    String

    Category

    The plugin category.

    Declaration
    public String Category
    Field Value
    String

    Description

    The plugin description.

    Declaration
    public String Description
    Field Value
    String

    HomepageUrl

    The homepage URL for the plugin.

    Declaration
    public String HomepageUrl
    Field Value
    String

    IsAlpha

    True if plugin is during Alpha tests (early version).

    Declaration
    public bool IsAlpha = false
    Field Value
    bool

    IsBeta

    True if plugin is during Beta tests (before release).

    Declaration
    public bool IsBeta = false
    Field Value
    bool

    Name

    The name of the plugin.

    Declaration
    public String Name
    Field Value
    String

    RepositoryUrl

    The plugin repository URL (for open-source plugins).

    Declaration
    public String RepositoryUrl
    Field Value
    String

    Version

    The version of the plugin.

    Declaration
    public Version Version
    Field Value
    Version

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat