setAnimationDefinition method

void setAnimationDefinition(
  1. AnimationDefinition definition
)

Sets the AnimationDefinition to be used for creating a controller.

Implementation

void setAnimationDefinition(AnimationDefinition definition) {
  _definition = definition;
}