Method DeclareOutputData
DeclareOutputData(BindingId, ValueType, VariableHandle)
Declares a graph data output, returns its index + 1 in the data output list
Declaration
public uint DeclareOutputData(BindingId name, ValueType type, GraphBuilder.VariableHandle dataIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| BindingId | name | |
| ValueType | type | |
| GraphBuilder.VariableHandle | dataIndex |
Returns
| Type | Description |
|---|---|
| uint | The data output id (its index + 1 in the data output list) |