menu
tecs package
documentation
command_buffer.dart
CommandBuffer
createEntityWith method
createEntityWith method
dark_mode
light_mode
createEntityWith
method
void
createEntityWith
(
List
<
Component
>
c
)
Implementation
@pragma('vm:prefer-inline') void createEntityWith(List<Component> c) { _createEntities.add(c); }
tecs package
documentation
command_buffer
CommandBuffer
createEntityWith method
CommandBuffer class