copyConstraint method

void copyConstraint(
  1. ActorConstraint node,
  2. ActorArtboard resetArtboard
)

Implementation

void copyConstraint(ActorConstraint node, ActorArtboard resetArtboard) {
  copyComponent(node, resetArtboard);

  _isEnabled = node._isEnabled;
  _strength = node._strength;
}