SpiecsEngine
 
Loading...
Searching...
No Matches

◆ IsActive()

bool Spices::CameraComponent::IsActive ( ) const
inline

Query whether this camera is primary.

Returns
Returns true if id primary.

Definition at line 68 of file CameraComponent.h.

68{ return m_IsActive; }
bool m_IsActive
True if the camera is primary.

References m_IsActive.

Referenced by Spices::Renderer::GetActiveCameraMatrix().