[]
Sets a single transform node as being equivalent to the whole graph.
public void SetSingleTransformNode(TransformNode node)
Type | Name | Description |
---|---|---|
TransformNode | 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.