MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / SetPosition

Method SetPosition

ZEngine/src/Light.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 void BasicLight::SetPosition(const Maths::Vector3& position) {
30 m_position = position;
31 }
32
33 const Maths::Vector3& BasicLight::GetPosition() const {
34 return m_position;

Callers 6

OnMouseButtonMovedMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45
RenderMethod · 0.45
InitializeMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by 1

RenderMethod · 0.36