()
| 3168 | FnTable.FadeGrid(fSeconds,bFadeGridIn); |
| 3169 | } |
| 3170 | public float GetCurrentGridAlpha() |
| 3171 | { |
| 3172 | float result = FnTable.GetCurrentGridAlpha(); |
| 3173 | return result; |
| 3174 | } |
| 3175 | public EVRCompositorError SetSkyboxOverride(Texture_t [] pTextures) |
| 3176 | { |
| 3177 | EVRCompositorError result = FnTable.SetSkyboxOverride(pTextures,(uint) pTextures.Length); |
nothing calls this directly
no outgoing calls
no test coverage detected