| 235 | } |
| 236 | |
| 237 | Transform Node::get_transform(const SocketType &input) const |
| 238 | { |
| 239 | assert(input.type == SocketType::TRANSFORM); |
| 240 | return get_socket_value<Transform>(this, input); |
| 241 | } |
| 242 | |
| 243 | Node *Node::get_node(const SocketType &input) const |
| 244 | { |
no outgoing calls
no test coverage detected