(&self)
| 55 | } |
| 56 | |
| 57 | pub fn delta(&self) -> Duration { |
| 58 | self.target_time |
| 59 | } |
| 60 | |
| 61 | pub fn blend_factor(&self) -> f32 { |
| 62 | self.accumulated_time.as_secs_f32() / self.target_time.as_secs_f32() |
nothing calls this directly
no outgoing calls
no test coverage detected