跳转到内容

ScriptGraphPort

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

Defined in: logic/types.ts:64

One port of a callable graph — its side of the signature. The node calling it reads this, which is why a graph’s ports live on the graph and not on the call: change the signature and every caller is redrawn from it.

optional default?: ScriptValue

Defined in: logic/types.ts:69

What an unwired input carries into the call.


optional label?: string

Defined in: logic/types.ts:67


name: string

Defined in: logic/types.ts:65


type: "string" | "number" | "entity" | "bool" | "any"

Defined in: logic/types.ts:66