mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
fix doc link
This commit is contained in:
parent
d5b88a8909
commit
68b999bf29
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ pub trait States: 'static + Send + Sync + Clone + PartialEq + Eq + Hash + Debug
|
|||
/// `ComputedState` dependencies.
|
||||
const DEPENDENCY_DEPTH: usize = 1;
|
||||
|
||||
/// Should [`StateScoped`] be enabled for this state? If set to `true`, the [`StateScoped`]
|
||||
/// component will be used to remove entities when changing state.
|
||||
/// Should [`StateScoped`](crate::state_scoped::StateScoped) be enabled for this state? If set to `true`,
|
||||
/// the `StateScoped` component will be used to remove entities when changing state.
|
||||
const SCOPED_ENTITIES_ENABLED: bool = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue