Interface IUserInputSmootherProvider
Defines the interface for a provider that resolves user input smoothers by their identifiers.
Namespace: EyeAuras.Roxy.Services
Assembly: EyeAuras.Roxy.dll
Syntax
public interface IUserInputSmootherProvider
Properties
Name | Description |
---|---|
KnownEntities | Gets a list of all known user input smoothers. |
Methods
Name | Description |
---|---|
Resolve(string) | Resolves a user input smoother based on the provided identifier. This method returns an observable that emits the resolved user input smoother when it becomes available. |
ResolveById(string) | Resolves a user input smoother by its identifier. |