Function AnimationNode.getParameterDefaultValue

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

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