C# 클래스 UnityQuery.QueryExtensions

파일 보기 프로젝트 열기: npruehs/unity-query

공개 메소드들

메소드 설명
AsQuery ( this gameObjects ) : Query

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

메소드 상세

AsQuery() 공개 정적인 메소드

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.
리턴 Query