Table of Contents

Method FindObjectsOfInterface

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

FindObjectsOfInterface<TInterface>()

Similar to FindObjectsOfType, except that it looks for components that implement a specific interface.

public static List<TInterface> FindObjectsOfInterface<TInterface>() where TInterface : class

Returns

List<TInterface>

Type Parameters

TInterface