queued property
The queue of effects to be executed
Implementation
final List<JEffectNode?> queued = List.filled(64, null, growable: true);
The queue of effects to be executed
final List<JEffectNode?> queued = List.filled(64, null, growable: true);