()
| 3209 | return result; |
| 3210 | } |
| 3211 | public bool CanRenderScene() |
| 3212 | { |
| 3213 | bool result = FnTable.CanRenderScene(); |
| 3214 | return result; |
| 3215 | } |
| 3216 | public void ShowMirrorWindow() |
| 3217 | { |
| 3218 | FnTable.ShowMirrorWindow(); |
nothing calls this directly
no outgoing calls
no test coverage detected