Class CapabilityProfileSelection
Class that stores the user selected Capability
Inherited Members
Namespace: Unity.XR.CoreUtils .Capabilities.Editor
Assembly: solution.dll
Syntax
public static class CapabilityProfileSelection
Properties
Name | Description |
---|---|
Selected | Contains the currently selected capability profiles. |
Methods
Name | Description |
---|---|
Add(Capability |
Adds a capability profile to the selected capability profiles. |
Clear() | Clears the selected capability profiles |
Is |
Checks if a given capability key is currently available in the current selected profiles |
Is |
Checks if a given profile is currently one of the selected profiles |
Remove(Capability |
Removes the capability profile from the selected capability profiles. |
Save() | Saves the selected capability profiles to the user settings. |
Events
Name | Description |
---|---|
Selection |
Action for when the selection is saved. |