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

Method GetHeadsetViewBlendRange

headers/openvr_api.cs:3925–3930  ·  view source on GitHub ↗
(ref float pStartPct,ref float pEndPct)

Source from the content-addressed store, hash-verified

3923 FnTable.SetHeadsetViewBlendRange(flStartPct,flEndPct);
3924 }
3925 public void GetHeadsetViewBlendRange(ref float pStartPct,ref float pEndPct)
3926 {
3927 pStartPct = 0;
3928 pEndPct = 0;
3929 FnTable.GetHeadsetViewBlendRange(ref pStartPct,ref pEndPct);
3930 }
3931}
3932
3933

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected