<summary> Adds the given transform node to the graph. </summary>
<summary> Clears all nodes and connections from the transform graph. </summary>
<summary> Connects one node to another node inside the graph. </summary>
<summary> Connects a transform node inside the graph to the corresponding input of the encapsulating effect. </summary>
<summary> Return the number of input this graph has. </summary>
<summary> Removes the given transform node from the graph. </summary>
<summary> Indicates that the given transform node should be considered to be the output node of the graph. </summary>
<summary> Uses the specified input as the effect output. </summary>
<summary> Sets the graph to contain a single transform whose inputs map 1:1 with effect inputs. </summary>
<summary> The implementation of the actual graph. </summary>