mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
be495a7488
A `JuiceStream` holds a legacy `SliderPath` as the representation of the path. However, the `SliderPath` representation is difficult to work with because `SliderPath` works in 2D position, while osu!catch works in `(time, x)` coordinates. This `JuiceStreamPath` represents the path in a more convenient way, a polyline connecting list of `(distance, x)` vertices. |
||
---|---|---|
.. | ||
Beatmaps | ||
Difficulty | ||
Edit | ||
Judgements | ||
MathUtils | ||
Mods | ||
Objects | ||
Properties | ||
Replays | ||
Resources/Testing/Beatmaps | ||
Scoring | ||
Skinning | ||
UI | ||
CatchInputManager.cs | ||
CatchRuleset.cs | ||
CatchSkinComponent.cs | ||
CatchSkinComponents.cs | ||
osu.Game.Rulesets.Catch.csproj |