SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetCamera()

std::shared_ptr< Camera > Spices::CameraComponent::GetCamera ( )
inline

Get the camera variable.

Returns
Returns the camera variable.

Definition at line 62 of file CameraComponent.h.

62{ return m_Camera; }
std::shared_ptr< Camera > m_Camera
The camera this component handled.