|
Init(args)
Scripting Reference
|
◆ All< T >() [5/5]
Returns all loaded objects of the given type .
Objects match the search criteria if their class is of this type, if their class derives from a base class of this type, or their class implements an interface of this type. Only objects whose classes derive from Component or objects that are wrapped by a IWrapper<T> will be included in the results.
|