Interface ICapabilityModifier
Implement this interface in derived classes from CapabilityProfile to modify a capability value.
Namespace: Unity.XR.CoreUtils.Capabilities
Assembly: solution.dll
Syntax
public interface ICapabilityModifier
Methods
Name | Description |
---|---|
TryGetCapabilityValue(string, out bool) | Gets the capability value associated with the given key. |