MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetCurrentGridAlpha

Method GetCurrentGridAlpha

headers/openvr_api.cs:3170–3174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected