26 lines
434 B
Markdown
26 lines
434 B
Markdown
# TransformComponent::Find
|
|
|
|
**命名空间**: `XCEngine::Components`
|
|
|
|
**类型**: `method`
|
|
|
|
**头文件**: `XCEngine/Components/TransformComponent.h`
|
|
|
|
## 签名
|
|
|
|
```cpp
|
|
TransformComponent* Find(const std::string& name) const;
|
|
```
|
|
|
|
## 作用
|
|
|
|
执行 `Find` 对应的公开操作。
|
|
|
|
## 当前实现
|
|
|
|
- 具体定义位于 `engine/src/Components/TransformComponent.cpp`。
|
|
|
|
## 相关文档
|
|
|
|
- [TransformComponent](TransformComponent.md)
|