C# Class UnityQuery.QueryExtensions

显示文件 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