MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / GetProjectionType

Method GetProjectionType

SDK/src/NDK/Components/CameraComponent.cpp:101–104  ·  view source on GitHub ↗

! * \brief Gets the projection type of the camera * \return Projection type of the camera */

Source from the content-addressed store, hash-verified

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

Callers 1

SortMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected