MCPcopy Create free account
hub / github.com/Illation/ETEngine / SetPosition

Method SetPosition

Engine/source/EtFramework/Components/TransformComponent.cpp:53–56  ·  view source on GitHub ↗

--------------------------------- TransformComponent::SetPosition

Source from the content-addressed store, hash-verified

51// TransformComponent::SetPosition
52//
53void TransformComponent::SetPosition(float x, float y, float z)
54{
55 SetPosition(vec3(x, y, z));
56}
57
58//---------------------------------
59// TransformComponent::SetPosition

Callers 6

ProcessMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
MakeDataMethod · 0.80
ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected