mirror of
https://github.com/ppy/osu.git
synced 2025-03-01 19:33:00 +08:00
Binding events directly to an external bindable will cause that bindable to hold a permanent reference to the current object. We use `GetBoundCopy()` or otherwise a local bindable + `.BindTo()` to create a weak-referenced copy of the target bindable. When the local bindable's lifetime expires, so does the external bindable's reference to it. |
||
---|---|---|
.. | ||
PathControlPointConnectionPiece.cs | ||
PathControlPointPiece.cs | ||
PathControlPointVisualiser.cs | ||
SliderBodyPiece.cs |