Files
XCEngine/docs/api/XCEngine/Components/TransformComponent/GetLocalScale.md

27 lines
428 B
Markdown
Raw Normal View History

2026-03-26 16:45:24 +08:00
# TransformComponent::GetLocalScale
2026-04-08 16:07:03 +08:00
**命名空间**: `XCEngine::Components`
**类型**: `method`
**头文件**: `XCEngine/Components/TransformComponent.h`
## 签名
2026-03-26 16:45:24 +08:00
```cpp
const Math::Vector3& GetLocalScale() const;
```
2026-04-08 16:07:03 +08:00
## 作用
2026-03-26 16:45:24 +08:00
2026-04-08 16:07:03 +08:00
返回 `m_localScale` 当前值。
2026-03-26 16:45:24 +08:00
2026-04-08 16:07:03 +08:00
## 当前实现
2026-03-26 16:45:24 +08:00
2026-04-08 16:07:03 +08:00
- 返回 `m_localScale` 当前值。
2026-03-26 16:45:24 +08:00
## 相关文档
2026-04-08 16:07:03 +08:00
- [TransformComponent](TransformComponent.md)
- [SetLocalScale](SetLocalScale.md)