animationNodeKeyRef property

  1. @TagNumber(1)
FFNodeKeyReference get animationNodeKeyRef

@doc Identifier of the shader widget on which the animation should be performed.

Implementation

@$pb.TagNumber(1)
FFNodeKeyReference get animationNodeKeyRef => $_getN(0);
  1. @TagNumber(1)
set animationNodeKeyRef (FFNodeKeyReference value)

Implementation

@$pb.TagNumber(1)
set animationNodeKeyRef(FFNodeKeyReference value) => $_setField(1, value);