mirror of https://github.com/godotengine/godot.git
Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable |
||
|---|---|---|
| .. | ||
| skeleton_modification_2d.cpp | ||
| skeleton_modification_2d.h | ||
| skeleton_modification_2d_ccdik.cpp | ||
| skeleton_modification_2d_ccdik.h | ||
| skeleton_modification_2d_fabrik.cpp | ||
| skeleton_modification_2d_fabrik.h | ||
| skeleton_modification_2d_jiggle.cpp | ||
| skeleton_modification_2d_jiggle.h | ||
| skeleton_modification_2d_lookat.cpp | ||
| skeleton_modification_2d_lookat.h | ||
| skeleton_modification_2d_physicalbones.cpp | ||
| skeleton_modification_2d_physicalbones.h | ||
| skeleton_modification_2d_stackholder.cpp | ||
| skeleton_modification_2d_stackholder.h | ||
| skeleton_modification_2d_twoboneik.cpp | ||
| skeleton_modification_2d_twoboneik.h | ||
| skeleton_modification_stack_2d.cpp | ||
| skeleton_modification_stack_2d.h | ||