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

Method FadeGrid

headers/openvr_api.cs:3166–3169  ·  view source on GitHub ↗
(float fSeconds,bool bFadeGridIn)

Source from the content-addressed store, hash-verified

3164 return result;
3165 }
3166 public void FadeGrid(float fSeconds,bool bFadeGridIn)
3167 {
3168 FnTable.FadeGrid(fSeconds,bFadeGridIn);
3169 }
3170 public float GetCurrentGridAlpha()
3171 {
3172 float result = FnTable.GetCurrentGridAlpha();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected