Axiom.Core.RegionSceneQuery.Execute C# (CSharp) Метод

Execute() публичный абстрактный Метод

Executes the query and returns each match through a listener interface.
Note that this method does not store the results of the query internally so does not update the 'last result' value. This means that this version of execute is more lightweight and therefore more efficient than the version which returns the results as a collection.
public abstract Execute ( ISceneQueryListener listener ) : void
listener ISceneQueryListener
Результат void
		public abstract void Execute( ISceneQueryListener listener );

Same methods

RegionSceneQuery::Execute ( ) : SceneQueryResult