Interface IPlayerInputFactory
Namespace: Serenity.InputGateway.Application.Interfaces
Assembly: Serenity.InputGateway.Application.dll
Syntax
public interface IPlayerInputFactory
Methods
Create(string)
Creates a new player input component.
Declaration
object Create(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the component. |
Returns
| Type | Description |
|---|---|
| object | The created player input component. |