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