Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GodotECS/godex
/ get_scale
Method
get_scale
modules/godot/components/transform_component.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
const Vector3 TransformComponent::get_scale() const {
59
return basis.get_scale();
60
}
61
62
void TransformComponent::combine(
63
const TransformComponent &p_local,
Callers
1
interpolates_transform
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected