Class CanSelectMultipleAttribute
Add this attribute to an XR Interaction component to control whether to allow or disallow multiple selection mode.
Implements
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class CanSelectMultipleAttribute : Attribute, _Attribute
Constructors
| Name | Description |
|---|---|
| CanSelectMultipleAttribute(bool) | Initializes the attribute specifying whether to allow or disallow multiple selection mode. |
Properties
| Name | Description |
|---|---|
| allowMultiple | Whether to allow multiple selection mode. The default value is true to allow. |