Table of Contents

Namespace Frent

Classes

Config

Config information for a World.

DefaultUniformProvider

The default uniform provider, using a dictionary.

EntityExtensions

Deconstruction extensions for entities.

World

A collection of entities that can be updated and queried.

Structs

DeferredCreate

Tag struct that indicates an entity is a deferred creation entity. This means it was created during a world update and will have its components added on afterwards.

Disable

Built-in tag that can be used to disable entities.

Entity

An Entity reference; refers to a collection of components of unqiue types.

Interfaces

IUniformProvider

Defines a uniform provider, which is used by World to supply uniforms to components and queries e.g., IUniformComponent<TUniform>