NWH Common
Search Results for

    Show / Hide Table of Contents

    Class AssetInfo

    ScriptableObject containing metadata and URLs for an NWH asset. Used by the welcome window and asset information systems.

    Inheritance
    object
    Object
    ScriptableObject
    AssetInfo
    Namespace: NWH.Common.AssetInfo
    Assembly: NWH.Common.dll
    Syntax
    [CreateAssetMenu(fileName = "AssetInfo", menuName = "NWH/AssetInfo", order = 0)]
    public class AssetInfo : ScriptableObject

    Fields

    | Edit this page View Source

    assetName

    Display name of the asset.

    Declaration
    public string assetName
    Field Value
    Type Description
    string
    | Edit this page View Source

    assetURL

    Unity Asset Store URL for this asset.

    Declaration
    public string assetURL
    Field Value
    Type Description
    string
    | Edit this page View Source

    changelogURL

    URL to the changelog documentation page.

    Declaration
    public string changelogURL
    Field Value
    Type Description
    string
    | Edit this page View Source

    discordURL

    Discord server invite link for support and community.

    Declaration
    public string discordURL
    Field Value
    Type Description
    string
    | Edit this page View Source

    documentationURL

    URL to the main documentation page.

    Declaration
    public string documentationURL
    Field Value
    Type Description
    string
    | Edit this page View Source

    emailURL

    Support email contact link.

    Declaration
    public string emailURL
    Field Value
    Type Description
    string
    | Edit this page View Source

    forumURL

    Unity Forum thread URL for this asset.

    Declaration
    public string forumURL
    Field Value
    Type Description
    string
    | Edit this page View Source

    publisherURL

    NWH publisher page URL on Unity Asset Store.

    Declaration
    public string publisherURL
    Field Value
    Type Description
    string
    | Edit this page View Source

    quickStartURL

    URL to quick start guide documentation.

    Declaration
    public string quickStartURL
    Field Value
    Type Description
    string
    | Edit this page View Source

    recentUpdates

    Recent updates/changes in the current version (3-5 bullet points).

    Declaration
    [TextArea(3, 10)]
    public string[] recentUpdates
    Field Value
    Type Description
    string[]
    | Edit this page View Source

    upgradeNotesURL

    URL to upgrade notes between versions.

    Declaration
    public string upgradeNotesURL
    Field Value
    Type Description
    string
    | Edit this page View Source

    version

    Current version string of the asset.

    Declaration
    public string version
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © NWH - Vehicle Physics, Aerodynamics, Dynamic Water Physics