GearEngine  0.0.1
Gear::Timestep 클래스 참조

#include <Timestep.h>

Gear::Timestep에 대한 협력 다이어그램:
Collaboration graph

Public 멤버 함수

 Timestep (float time=0.0f)
 
 operator float () const
 
float GetSeconds () const
 
float GetMilliseconds () const
 

Private 속성

float m_Time
 

상세한 설명

Timestep.h 파일의 5 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ Timestep()

Gear::Timestep::Timestep ( float  time = 0.0f)
inline

Timestep.h 파일의 8 번째 라인에서 정의되었습니다.

9  : m_Time(time)
10  {
11  }

멤버 함수 문서화

◆ GetMilliseconds()

float Gear::Timestep::GetMilliseconds ( ) const
inline

Timestep.h 파일의 16 번째 라인에서 정의되었습니다.

16 { return m_Time * 1000.0f; }

◆ GetSeconds()

float Gear::Timestep::GetSeconds ( ) const
inline

Timestep.h 파일의 15 번째 라인에서 정의되었습니다.

15 { return m_Time; }

◆ operator float()

Gear::Timestep::operator float ( ) const
inline

Timestep.h 파일의 13 번째 라인에서 정의되었습니다.

13 { return m_Time; }

멤버 데이터 문서화

◆ m_Time

float Gear::Timestep::m_Time
private

Timestep.h 파일의 18 번째 라인에서 정의되었습니다.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.:
Gear::Timestep::m_Time
float m_Time
Definition: Timestep.h:18