Table of Contents

Struct ChunkQueryEnumerator<T>.QueryEnumerable

Namespace
Frent.Systems
Assembly
Frent.dll

Proxy type for foreach syntax

public struct ChunkQueryEnumerator<T>.QueryEnumerable
Inherited Members

Constructors

QueryEnumerable(Query)

Proxy type for foreach syntax

public QueryEnumerable(Query query)

Parameters

query Query

The query to wrap.

Methods

GetEnumerator()

Gets the enumerator over a query.

public ChunkQueryEnumerator<T> GetEnumerator()

Returns

ChunkQueryEnumerator<T>