com.unity.goql:GameObject查询语言 源码
GoQL:GameObject查询语言 GoQL提供了一种语法和API,用于指定条件,然后在GameObject层次结构中搜索与这些标准匹配的一组游戏对象。 using Unity.GoQL; var query = "\"*GameObject*\""; //matches all gameobjects that have "GameObject" in their name. var goqlMachine = new GoQLExecutor(); var instructions = Parser.Parse(query); var selection = goqlMachine.Execute(instructions); 最好用示例说明语法。 选择所有根对象: / 选择所有名称以“ Quad”开头的对象: "Quad*" 在名称以“ Quad”开头的所有对象的子对象中
文件列表
com_unity_goql-dev.zip
(预估有个36文件)
com.unity.goql-dev
Editor
Unity.GoQL.Editor.asmdef.meta
166B
GoQLWindow.cs
2KB
GoQLWindow.cs.meta
243B
GoQLSearchProvider.cs.meta
243B
Unity.GoQL.Editor.asmdef
449B
GoQLSearchProvider.cs
5KB
Tests.meta
172B
Documentation~
暂无评论