Dart Documentation
›
system_entity_state
›
ModifyComponent<T>
ModifyComponent<T>
typedef
Hide inherited
Modify an existing component
c
of the entity.
typedef void ModifyComponent<T>(T c);
Code
typedef void ModifyComponent(
T
c)
#
typedef void ModifyComponent<T>(T c);