MCPcopy Create free account
hub / github.com/MKXJun/DirectX11-With-Windows-SDK / GetModel

Method GetModel

Common/GameObject.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73const Model* GameObject::GetModel() const
74{
75 return m_pModel;
76}
77
78void GameObject::Draw(ID3D11DeviceContext * deviceContext, IEffect * effect)
79{

Callers 8

UpdateSceneMethod · 0.45
InitResourceMethod · 0.45
InitResourceMethod · 0.45
UpdateSceneMethod · 0.45
InitResourceMethod · 0.45
UpdateSceneMethod · 0.45
InitResourceMethod · 0.45
InitResourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected