DocumentationSortingAttribute Constructor

Cinemachine

DocumentationSortingAttribute Constructor

Contructor with specific values

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public DocumentationSortingAttribute(
	float sortOrder,
	DocumentationSortingAttributeLevel category
)
Cinemachine.DocumentationSortingAttribute = function(sortOrder, category);

Parameters

sortOrder
Type: SystemSingle

[Missing <param name="sortOrder"/> documentation for "M:Cinemachine.DocumentationSortingAttribute.#ctor(System.Single,Cinemachine.DocumentationSortingAttribute.Level)"]

category
Type: CinemachineDocumentationSortingAttributeLevel

[Missing <param name="category"/> documentation for "M:Cinemachine.DocumentationSortingAttribute.#ctor(System.Single,Cinemachine.DocumentationSortingAttribute.Level)"]

See Also