mirror of
https://github.com/bevyengine/bevy
synced 2025-02-18 15:08:36 +00:00
fix double backticks
This commit is contained in:
parent
f0a90950ee
commit
c9fff8954a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pub enum SpritePickingMode {
|
||||||
/// Only consider the rect of a given sprite.
|
/// Only consider the rect of a given sprite.
|
||||||
BoundingBox,
|
BoundingBox,
|
||||||
/// Ignore any part of a sprite which has a lower alpha value than the threshold (inclusive)
|
/// Ignore any part of a sprite which has a lower alpha value than the threshold (inclusive)
|
||||||
/// Threshold is given as an f32 representing the value you get from [`bevy_color::color::Color::alpha``]
|
/// Threshold is given as an f32 representing the value you get from [`bevy_color::color::Color::alpha`]
|
||||||
AlphaThreshold(f32),
|
AlphaThreshold(f32),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue