| 538 | } |
| 539 | |
| 540 | void CopyFrom(AFINode* other) override |
| 541 | { |
| 542 | ARK_ASSERT_RET_NONE(data_meta_ != nullptr && other != nullptr); |
| 543 | ARK_ASSERT_RET_NONE(data_meta_->GetType() == other->GetType()); |
| 544 | |
| 545 | SetFloat(other->GetFloat()); |
| 546 | } |
| 547 | |
| 548 | void SaveTo(AFINode* other) override |
| 549 | { |