changedInput schema / properties / instance_path / description
Previous value: -"instance_scene: 要实例化的场景文件(res://scenes/player.tscn)"New value: +"要实例化的场景(res://…tscn)"
changedInput schema / properties / name / description
Previous value: -"create_3d_node: 节点名称"New value: +"名称(create_3d_node)"
changedInput schema / properties / operations / description
Previous value: -"commit: 批量操作列表(tile_set/tile_fill/tile_erase/tile_clear/tileset_assign/node_property/node_add)"New value: +"commit: 批量操作列表(enum 见 op 字段;铺设/TileSet 层配置/节点)"
addedInput schema / properties / operations / items / properties / collision_layer
Added value: +{
+ "description": "物理层位掩码(physics add/set)",
+ "type": "number"
+}
addedInput schema / properties / operations / items / properties / collision_mask
Added value: +{
+ "description": "物理遮罩位掩码(physics add/set)",
+ "type": "number"
+}
addedInput schema / properties / operations / items / properties / layer
Added value: +{
+ "description": "layer 索引,0 起(physics set/remove、cdata set)",
+ "type": "number"
+}
addedInput schema / properties / operations / items / properties / layers
Added value: +{
+ "description": "导航层位掩码(navigation add,可选)",
+ "type": "number"
+}
changedInput schema / properties / operations / items / properties / name / description
Previous value: -"节点名称(node_add)"New value: +"节点名(node_add)/数据层名(cdata add)"
addedInput schema / properties / operations / items / properties / navigation_layer
Added value: +{
+ "description": "导航 layer 索引,0 起(navigation set)",
+ "type": "number"
+}
changedInput schema / properties / operations / items / properties / node_path / description
Previous value: -"TileMap/TileMapLayer 节点路径(tile 操作必需)"New value: +"TileMap/TileMapLayer 节点路径"
addedInput schema / properties / operations / items / properties / one_way
Added value: +{
+ "description": "单向碰撞(collision set,默认 false)",
+ "type": "boolean"
+}
changedInput schema / properties / operations / items / properties / op / enum
Previous value: -[
- "tile_set",
- "tile_fill",
- "tile_erase",
- "tile_clear",
- "tileset_assign",
- "node_property",
- "node_add"
-]New value: +[
+ "tile_set",
+ "tile_fill",
+ "tile_erase",
+ "tile_clear",
+ "tileset_assign",
+ "node_property",
+ "node_add",
+ "tileset_physics_layer_add",
+ "tile_collision_set",
+ "tileset_physics_layer_set",
+ "tileset_physics_layer_remove",
+ "tileset_navigation_layer_add",
+ "tile_navigation_set",
+ "tileset_custom_data_layer_add",
+ "tile_custom_data_set",
+ "tile_collision_clear"
+]
addedInput schema / properties / operations / items / properties / physics_layer
Added value: +{
+ "description": "物理 layer 索引,0 起(collision set/clear)",
+ "type": "number"
+}
addedInput schema / properties / operations / items / properties / points
Added value: +{
+ "description": "polygon 点集 [{x,y}](rect 省略;逐项运行时校验)",
+ "type": "array"
+}
addedInput schema / properties / operations / items / properties / shape
Added value: +{
+ "description": "rect=全格四点;polygon=自定义点集",
+ "enum": [
+ "rect",
+ "polygon"
+ ],
+ "type": "string"
+}
changedInput schema / properties / operations / items / properties / tileset_path / description
Previous value: -"TileSet 资源路径(tileset_assign)"New value: +"TileSet .tres 路径(层配置 9 op 限 res:// 项目内)"
changedInput schema / properties / operations / items / properties / type / description
Previous value: -"节点类型(node_add)"New value: +"节点类型(node_add)/int|float|bool|string|color|vector2(cdata add)"
changedInput schema / properties / operations / items / properties / value / description
Previous value: -"属性值"New value: +"属性值(node_property)/数据值(cdata set,须匹配层类型)"
changedInput schema / properties / stop_on_error / description
Previous value: -"commit: 遇错是否停止(默认 true)"New value: +"遇错是否停止(默认 true;false 时失败不阻止后续与 .tres 写盘)"
changedInput schema / properties / type / description
Previous value: -"create_3d_node: 节点类型(仅限白名单)"New value: +"类型(create_3d_node,白名单)"
changedInput schema / properties / value / description
Previous value: -"set_instance_property: 属性值(string/number/bool/null/array)"New value: +"属性值(set_instance_property)"