Table of Contents

Namespace Frent

Classes

ComponentAlreadyExistsException

Thrown when a component already exists on an entity.

ComponentNotFoundException

Represents an exception that is thrown when a requested component type cannot be found.

DefaultUniformProvider

The default uniform provider, using a dictionary.

EntityExtensions

Deconstruction extensions for entities.

MissingComponentException

An exception that is thrown when an entity is missing a required component during an update.

World

A collection of entities that can be updated and queried.

Structs

Disable

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

Entity

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

Entity.EntityComponentIDEnumerator

Enumerates the ComponentID of all components on an entity without allocating.

Interfaces

IUniformProvider

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