C# Class UnityQuery.QueryExtensions

Afficher le fichier Open project: npruehs/unity-query

Méthodes publiques

Méthode 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 méthode

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.
Résultat Query