getComponentForType method
Implementation
@Deprecated('Use componentManager.getComponentByType instead')
Component? getComponentForType(Type type, Entity entity) =>
_entityManager.componentManager.getComponentByType(type, entity);
@Deprecated('Use componentManager.getComponentByType instead')
Component? getComponentForType(Type type, Entity entity) =>
_entityManager.componentManager.getComponentByType(type, entity);