Table of Contents

Method FindByType

Namespace
Gamelogic.Extensions.Editor.Internal
Assembly
Gamelogic.Extensions.Editor.dll

FindByType<T>()

Finds all assets of a given type in the asset database.

public static T[] FindByType<T>() where T : Object

Returns

T[]

An array of assets of the given type.

Type Parameters

T

The type of asset to find.