初面网初面网

实例化

将某个资源实例化

var ins_item = resource.instantiate()
ins_item.global_position = Vector3(0, 0, 0)
add_child(ins_item)

更新于 2026/7/11