| 21 | } |
| 22 | |
| 23 | void TransformComponent::set_self_script(const Transform3D &p_transf) { |
| 24 | *this = p_transf; |
| 25 | } |
| 26 | |
| 27 | Transform3D TransformComponent::get_self_script() const { |
| 28 | return *this; |
nothing calls this directly
no outgoing calls
no test coverage detected