Example #1
0
 /// <summary>
 /// Adds the given target as a child node.
 /// </summary>
 /// <param name="target">The target to add.</param>
 public void AddChildTarget(Target target)
 {
     AddChildNode(target);
 }