Table of Contents

Interface IQueryBuilder

Namespace
Frent.Systems.Queries
Assembly
Frent.dll

A variadic type for building queries. Should not be implemented manually.

public interface IQueryBuilder

Properties

World

A variadic type for building queries. Should not be implemented manually.

World World { get; }

Property Value

World

Methods

AddRules(List<Rule>)

A variadic type for building queries. Should not be implemented manually.

void AddRules(List<Rule> rules)

Parameters

rules List<Rule>