Show / Hide Table of Contents

Delegate MatchFunc

Checks if there is a matching device available.

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