22 lines
402 B
Markdown
22 lines
402 B
Markdown
# ScriptComponent::OnDestroy
|
|
|
|
**命名空间**: `XCEngine::Scripting`
|
|
|
|
**类型**: `method`
|
|
|
|
**头文件**: `XCEngine/Scripting/ScriptComponent.h`
|
|
|
|
## 签名
|
|
|
|
```cpp
|
|
void OnDestroy() override;
|
|
```
|
|
|
|
## 当前实现行为
|
|
|
|
直接调用 `ScriptEngine::Get().OnScriptComponentDestroyed(this)`。
|
|
|
|
## 相关文档
|
|
|
|
- [ScriptEngine::OnScriptComponentDestroyed](../ScriptEngine/OnScriptComponentDestroyed.md)
|