DocumentationSortingAttribute Class

Cinemachine

DocumentationSortingAttribute Class

Atrtribute to control the automatic generation of documentation.
Inheritance Hierarchy
SystemObject  SystemAttribute
    CinemachineDocumentationSortingAttribute

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[DocumentationSortingAttribute(0f, DocumentationSortingAttributeLevel.Undoc)]
public sealed class DocumentationSortingAttribute : Attribute
Cinemachine.DocumentationSortingAttribute = function();

Type.createClass(
	'Cinemachine.DocumentationSortingAttribute',
	Attribute);

The DocumentationSortingAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDocumentationSortingAttribute
Contructor with specific values
Top
Properties
  NameDescription
Public propertyCategory
Refinement level of the documentation. The more refined, the more is excluded.
Public propertySortOrder
Where this type appears in the manual. Smaller number sort earlier.
Top
See Also