27 lines
407 B
Markdown
27 lines
407 B
Markdown
# CameraComponent::GetFieldOfView
|
|
|
|
**命名空间**: `XCEngine::Components`
|
|
|
|
**类型**: `method`
|
|
|
|
**头文件**: `XCEngine/Components/CameraComponent.h`
|
|
|
|
## 签名
|
|
|
|
```cpp
|
|
float GetFieldOfView() const;
|
|
```
|
|
|
|
## 作用
|
|
|
|
返回 `m_fieldOfView` 当前值。
|
|
|
|
## 当前实现
|
|
|
|
- 返回 `m_fieldOfView` 当前值。
|
|
|
|
## 相关文档
|
|
|
|
- [CameraComponent](CameraComponent.md)
|
|
- [SetFieldOfView](SetFieldOfView.md)
|