| 152 | } |
| 153 | |
| 154 | ArkMaskType AFCEntity::GetMask(const uint32_t index) const |
| 155 | { |
| 156 | AFINode* p = m_pNodeManager->GetNode(index); |
| 157 | |
| 158 | ARK_ASSERT_RET_VAL(p != nullptr, 0); |
| 159 | |
| 160 | return p->GetMask(); |
| 161 | } |
| 162 | |
| 163 | const std::string& AFCEntity::GetClassName() const |
| 164 | { |