Function AnimationNode.blendNode

Blend another animation node (in case this node contains children animation nodes). This function is only useful if you inherit from AnimationRootNode instead, else editors will not display your node for addition.

double blendNode (
  const(String) name,
  AnimationNode node,
  const(double) time,
  const(bool) seek,
  const(double) blend,
  const(long) filter = 0L,
  const(bool) optimize = true
) nothrow @nogc;