跳转到内容

ScriptGraph

此内容尚不支持你的语言。

Defined in: logic/types.ts:79

edges: ScriptGraphEdge[]

Defined in: logic/types.ts:91


optional inputs?: ScriptGraphPort[]

Defined in: logic/types.ts:87

Declaring either side makes this graph CALLABLE: a graph.call elsewhere gets these as its pins. A graph with neither is only ever ticked by the occasions its entry nodes name.


optional name?: string

Defined in: logic/types.ts:81


nodes: ScriptGraphNode[]

Defined in: logic/types.ts:90


optional outputs?: ScriptGraphPort[]

Defined in: logic/types.ts:88


optional variables?: ScriptGraphVariable[]

Defined in: logic/types.ts:89


version: string

Defined in: logic/types.ts:80