EntityState

Members

Functions

add
StateComponentMapping add(ClassInfo class_a)

Add a new ComponentMapping to this state. The mapping is a utility class that is used to map a component type to the provider that provides the component.

get
IComponentProvider get(ClassInfo class_a)

Get the ComponentProvider for a particular component type.

has
bool has(ClassInfo class_a)

To determine whether this state has a provider for a specific component type.

Properties

providers
IComponentProvider[ClassInfo] providers [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta