Class DocumentationSortingAttribute
Atrtribute to control the automatic generation of documentation. This attribute is obsolete and not used.
Inherited Members
Namespace: Cinemachine
Assembly: Cinemachine.dll
Syntax
[DocumentationSorting(DocumentationSortingAttribute.Level.Undoc)]
public sealed class DocumentationSortingAttribute : Attribute
Constructors
DocumentationSortingAttribute(Level)
Contructor with specific values
Declaration
public DocumentationSortingAttribute(DocumentationSortingAttribute.Level category)
Parameters
Type | Name | Description |
---|---|---|
Documentation |
category | Documentation level |
Properties
Category
Refinement level of the documentation. The more refined, the more is excluded.
Declaration
public DocumentationSortingAttribute.Level Category { get; }
Property Value
Type | Description |
---|---|
Documentation |