Function AnimationNode.getParameter

Gets the value of a parameter. Parameters are custom local memory used for your nodes, given a resource can be reused in multiple trees.

Variant getParameter (
  const(String) name
) nothrow @nogc const;