[]
Sets a single transform node as being equivalent to the whole graph.
public void SetSingleTransformNode(ITransformNode node)
| Type | Name | Description |
|---|---|---|
| ITransformNode | node | The node to be set. |
This equivalent to calling Clear(), adding a single node, and connecting all of the node inputs to the effect inputs in order.