mirror of
https://github.com/bevyengine/bevy
synced 2025-02-17 06:28:34 +00:00
Fix doc
This commit is contained in:
parent
ceb1c10de7
commit
a952852bb2
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ use downcast_rs::{impl_downcast, Downcast};
|
|||
///
|
||||
/// Here, the use of [`AnimatableKeyframeCurve`] creates a curve out of the given keyframe time-value
|
||||
/// pairs, using the [`Animatable`] implementation of `f32` to interpolate between them. The
|
||||
/// invocation of [`AnimatableCurve::from_curve`] with `FieldOfViewProperty` indicates that the `f32`
|
||||
/// invocation of [`AnimatableCurve::new`] with `FieldOfViewProperty` indicates that the `f32`
|
||||
/// output from that curve is to be used to animate the font size of a `PerspectiveProjection` component (as
|
||||
/// configured above).
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue