Click or drag to resize

ArticyDatabaseGetAllOfTypeTObject Method

Gets all articy objects of the specified type.

Namespace:  Articy.Unity
Assembly:  ArticyRuntime (in ArticyRuntime.dll) Version: 1.0.3
Syntax
C#
public static List<TObject> GetAllOfType<TObject>()

Type Parameters

TObject
The type of the object. This can be the exact type, or a base class or interface.

Return Value

Type: ListTObject
A modifiable list of all found types. If no objects are found, an empty list is returned.
See Also