MCPcopy 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
58const Vector3 TransformComponent::get_scale() const {
59 return basis.get_scale();
60}
61
62void TransformComponent::combine(
63 const TransformComponent &p_local,

Callers 1

interpolates_transformFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected