MCPcopy Create free account
hub / github.com/GodotECS/godex / set_self_script

Method set_self_script

modules/godot/components/transform_component.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void TransformComponent::set_self_script(const Transform3D &p_transf) {
24 *this = p_transf;
25}
26
27Transform3D TransformComponent::get_self_script() const {
28 return *this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected