Method ResolveById
ResolveById(string)
Resolves a user input smoother by its identifier.
Declaration
IUserInputSmoother ResolveById(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The identifier of the user input smoother to resolve. |
Returns
| Type | Description |
|---|---|
| IUserInputSmoother | The resolved user input smoother. |