4c7a8ee2创建于 2023年12月8日历史提交
from fvirtual import *

sw = NodeSwitch()
n = Node()
i = sw.addChild(n)

if i != 2:
    raise RuntimeError("addChild")