enableDebug method

void enableDebug(
  1. bool enable
)

Implementation

void enableDebug(bool enable) => scene.QueryEntity.DoForEach<FWidget<T>>((e) {
  _enableDebugWidget(e, enable);
});