Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AssemblyCommonCategories Class

    Namespace: Stride.Core.Reflection
    Assembly: Stride.Core.dll

    Common categories that can be used with AssemblyRegistry

    System.Object → AssemblyCommonCategories
    Derived from AssemblyCommonCategories:

    public static class AssemblyCommonCategories
    Name Description
    Fields
    Assets

    The assembly is containing assets data.

    Engine

    The assembly is containing engine data.

    | Improve this Doc View Source

    Fields


    Assets

    The assembly is containing assets data.

    public const string Assets = "assets"
    Field Value
    Type Description
    System.String

    Engine

    The assembly is containing engine data.

    public const string Engine = "engine"
    Field Value
    Type Description
    System.String

    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation