! * \brief Gets the projection type of the camera * \return Projection type of the camera */
| 99 | * \return Projection type of the camera |
| 100 | */ |
| 101 | Nz::ProjectionType CameraComponent::GetProjectionType() const |
| 102 | { |
| 103 | return m_projectionType; |
| 104 | } |
| 105 | |
| 106 | |
| 107 | /*! |