Show / Hide Table of Contents

Delegate CreatorFunc

Creates the input device.

Namespace: Fusee.Engine.Core
Assembly: Fusee.Engine.Core.dll
Syntax
public delegate InputDevice CreatorFunc(IInputDeviceImp device);
Parameters
Type Name Description
IInputDeviceImp device
Returns
Type Description
InputDevice
Generated by DocFX
GitHub Repo
Back to top