mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-06 15:48:37 +08:00
* 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
9 lines
90 B
Plaintext
9 lines
90 B
Plaintext
Usage:
|
|
```
|
|
mkdir build
|
|
cd build
|
|
cmake .. -GXcode
|
|
make --build .
|
|
./src/Debug/CocosTest
|
|
```
|