(ctx: &mut ScriptContext<'_, API>)
| 2193 | fn add_axis_gizmo_mesh<API: ScriptAPI + ?Sized>( |
| 2194 | ctx: &mut ScriptContext<'_, API>, |
| 2195 | parent: NodeID, |
| 2196 | material: MaterialID, |
| 2197 | position: Vector3, |
| 2198 | scale: Vector3, |
| 2199 | rotation: Quaternion, |
| 2200 | ) { |
| 2201 | let _ = create_editor_mesh_child( |
nothing calls this directly
no test coverage detected