SystemTypeAttribute(Type, TypeGrouping) Constructor

Definition

Constructor.

protected SystemTypeAttribute (Type type, Microsoft.MixedReality.Toolkit.Utilities.TypeGrouping grouping = Microsoft.MixedReality.Toolkit.Utilities.TypeGrouping.ByNamespaceFlat);
new Microsoft.MixedReality.Toolkit.SystemTypeAttribute : Type * Microsoft.MixedReality.Toolkit.Utilities.TypeGrouping -> Microsoft.MixedReality.Toolkit.SystemTypeAttribute
Protected Sub New (type As Type, Optional grouping As TypeGrouping = Microsoft.MixedReality.Toolkit.Utilities.TypeGrouping.ByNamespaceFlat)

Parameters

type
Type

Initializes a new instance of the SystemTypeAttribute class.

grouping
TypeGrouping

Gets or sets grouping of selectable classes. Defaults to ByNamespaceFlat unless explicitly specified.

Applies to