C# Class UnityQuery.QueryExtensions

Datei anzeigen Open project: npruehs/unity-query

Public Methods

Method Description
AsQuery ( this gameObjects ) : Query

Forces immediate execution of the query, enabling further operations such as changing the layers or tags of all queried objects.

Method Details

AsQuery() public static method

Forces immediate execution of the query, enabling further operations such as changing the layers or tags of all queried objects.
public static AsQuery ( this gameObjects ) : Query
gameObjects this Enumeration to evaluate.
return Query