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

Method SetScale

Engine/source/EtFramework/Components/TransformComponent.cpp:108–111  ·  view source on GitHub ↗

------------------------------ TransformComponent::SetScale

Source from the content-addressed store, hash-verified

106// TransformComponent::SetScale
107//
108void TransformComponent::SetScale(float x, float y, float z)
109{
110 SetScale(vec3(x, y, z));
111}
112
113//------------------------------
114// TransformComponent::SetScale

Callers 2

ProcessMethod · 0.80
MakeDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected