Click or drag to resize

GLMonoBehaviourFindObjectsOfInterfaceI Method

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

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static List<I> FindObjectsOfInterface<I>()
where I : class

Type Parameters

I

Return Value

Type: ListI
See Also