()
| 3199 | return result; |
| 3200 | } |
| 3201 | public uint GetCurrentSceneFocusProcess() |
| 3202 | { |
| 3203 | uint result = FnTable.GetCurrentSceneFocusProcess(); |
| 3204 | return result; |
| 3205 | } |
| 3206 | public uint GetLastFrameRenderer() |
| 3207 | { |
| 3208 | uint result = FnTable.GetLastFrameRenderer(); |
nothing calls this directly
no outgoing calls
no test coverage detected