Class iOSInputSystem
Namespace: Unity.Tiny.iOS
Syntax
public class iOSInputSystem : InputSystem
Methods
CreateSensor(ComponentType)
Declaration
protected override Sensor CreateSensor(ComponentType type)
Parameters
| Type | Name | Description |
|---|---|---|
| ComponentType | type |
Returns
| Type | Description |
|---|---|
| Sensor |
IsAvailable(ComponentType)
Declaration
protected override bool IsAvailable(ComponentType type)
Parameters
| Type | Name | Description |
|---|---|---|
| ComponentType | type |
Returns
| Type | Description |
|---|---|
| Boolean |
OnDestroy()
Declaration
protected override void OnDestroy()
OnStartRunning()
Declaration
protected override void OnStartRunning()
OnUpdate()
Declaration
protected override void OnUpdate()