Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ SetInitialScale
Method
SetInitialScale
src/Nazara/Utility/Node.cpp:399–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
}
398
399
void Node::SetInitialScale(const Vector3f& scale)
400
{
401
m_initialScale = scale;
402
403
InvalidateNode();
404
}
405
406
void Node::SetInitialScale(float scale)
407
{
Callers
1
LuaBinding_Utility
Method · 0.80
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected