setCopyUserData method

void setCopyUserData(
  1. bool isUserDataCopied
)

Sets whether the User Data is copied to the edit result. Only the object reference is copied.

@param isUserDataCopied true if the input user data should be copied.

Implementation

void setCopyUserData(bool isUserDataCopied) {
  this.isUserDataCopied = isUserDataCopied;
}