mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
parent
340c749d16
commit
ad5e8355b5
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ pub struct DepthOfFieldSettings {
|
|||
}
|
||||
|
||||
/// Controls the appearance of the effect.
|
||||
#[derive(Component, Clone, Copy, Default, PartialEq, Debug, Reflect)]
|
||||
#[derive(Clone, Copy, Default, PartialEq, Debug, Reflect)]
|
||||
#[reflect(Default, PartialEq)]
|
||||
pub enum DepthOfFieldMode {
|
||||
/// A more accurate simulation, in which circles of confusion generate
|
||||
|
|
Loading…
Reference in a new issue