|
NcEngine
|
This is the complete list of members for nc::SceneNavigationCamera, including all inherited members.
| CalculateFrustum() const noexcept -> Frustum | nc::Camera | |
| Camera(Entity self, const CameraProperties &properties={}) noexcept | nc::Camera | |
| CastToNearAndFarPlanes(const Vector2 &normalizedDeviceCoords) const -> NearFarPoints | nc::Camera | |
| ComponentBase(Entity entity) noexcept (defined in nc::ComponentBase) | nc::ComponentBase | inlineexplicit |
| ComponentBase(const ComponentBase &)=delete (defined in nc::ComponentBase) | nc::ComponentBase | |
| ComponentBase(ComponentBase &&)=default (defined in nc::ComponentBase) | nc::ComponentBase | |
| DisableUpdate() noexcept override | nc::SceneNavigationCamera | inlinevirtual |
| EnableUpdate() noexcept override | nc::SceneNavigationCamera | inlinevirtual |
| FreeComponent(Entity entity) noexcept (defined in nc::FreeComponent) | nc::FreeComponent | inlineexplicit |
| GetProperties() const -> const CameraProperties & | nc::Camera | inline |
| InverseProjectionMatrix() const noexcept -> DirectX::FXMMATRIX | nc::Camera | inline |
| operator=(const ComponentBase &)=delete (defined in nc::ComponentBase) | nc::ComponentBase | |
| operator=(ComponentBase &&)=default (defined in nc::ComponentBase) | nc::ComponentBase | |
| ParentEntity() const noexcept (defined in nc::ComponentBase) | nc::ComponentBase | inline |
| ProjectionMatrix() const noexcept -> DirectX::FXMMATRIX | nc::Camera | inline |
| Run(Entity self, ecs::Ecs world, float dt) | nc::SceneNavigationCamera | |
| SceneNavigationCamera(Entity self, const CameraProperties &cameraProperties={}, const SceneCameraConfig &config={}) | nc::SceneNavigationCamera | |
| UpdateProjectionMatrix(float width, float height) | nc::Camera | virtual |
| UpdateViewMatrix(DirectX::FXMMATRIX transformationMatrix) | nc::Camera | virtual |
| ViewMatrix() const noexcept -> DirectX::FXMMATRIX | nc::Camera | inline |
| ~FreeComponent()=default (defined in nc::FreeComponent) | nc::FreeComponent | virtual |