docs.unity.cn
    Show / Hide Table of Contents

    Class DocumentationSortingAttribute

    Atrtribute to control the automatic generation of documentation.

    Inheritance
    Object
    Attribute
    DocumentationSortingAttribute
    Namespace: Cinemachine
    Syntax
    [DocumentationSorting(DocumentationSortingAttribute.Level.Undoc)]
    public sealed class DocumentationSortingAttribute : Attribute, _Attribute

    Constructors

    DocumentationSortingAttribute(DocumentationSortingAttribute.Level)

    Contructor with specific values

    Declaration
    public DocumentationSortingAttribute(DocumentationSortingAttribute.Level category)
    Parameters
    Type Name Description
    DocumentationSortingAttribute.Level category

    Properties

    Category

    Refinement level of the documentation. The more refined, the more is excluded.

    Declaration
    public DocumentationSortingAttribute.Level Category { get; }
    Property Value
    Type Description
    DocumentationSortingAttribute.Level
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, August 31, 2022
    Terms of use