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.
Properties
Section titled “Properties”default?
Section titled “default?”
optionaldefault?:ScriptValue
Defined in: logic/types.ts:69
What an unwired input carries into the call.
label?
Section titled “label?”
optionallabel?: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