Files
minggo e4072ec212 Improve logic (#15742)
* add test case for Node.setSiblingIndex()

* make the logic more clear and reuse this._siblingIndex

* add uint test for Node::setSiblingIndex() in c++

* simplify logic in c++

* add comment

* fix logic
2023-07-18 16:27:26 +08:00

9 lines
90 B
Plaintext

Usage:
```
mkdir build
cd build
cmake .. -GXcode
make --build .
./src/Debug/CocosTest
```