#.set() for multiple plugins
1 messages · Page 1 of 1 (latest)
.set exists for PluginGroup, not all Plugins are PluginGroups
Combines multiple Plugins into a single unit.
I'm using a PluginGroup, the DefaultPlugins. What I'm trying to do is set the ImagePlugin to default_nearest() and configure the WindowPlugin (name, size, etc).
did you import PluginGroup?
use bevy::app::PluginGroup;
it should be on prelude though
Iirc you can chain set()