Function AnimationTreePlayer.timeseekNodeSeek

Sets the time seek value of the TimeSeek node with name id to seconds. This functions as a seek in the Animation or the blend or mix of Animations input in it.

void timeseekNodeSeek (
  const(String) id,
  const(double) seconds
) nothrow @nogc;