27 lines
446 B
Markdown
27 lines
446 B
Markdown
# TransformComponent::GetLocalPosition
|
|
|
|
**命名空间**: `XCEngine::Components`
|
|
|
|
**类型**: `method`
|
|
|
|
**头文件**: `XCEngine/Components/TransformComponent.h`
|
|
|
|
## 签名
|
|
|
|
```cpp
|
|
const Math::Vector3& GetLocalPosition() const;
|
|
```
|
|
|
|
## 作用
|
|
|
|
返回 `m_localPosition` 当前值。
|
|
|
|
## 当前实现
|
|
|
|
- 返回 `m_localPosition` 当前值。
|
|
|
|
## 相关文档
|
|
|
|
- [TransformComponent](TransformComponent.md)
|
|
- [SetLocalPosition](SetLocalPosition.md)
|