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

Method AreBoundsVisible

headers/openvr_api.cs:2956–2960  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2954 FnTable.GetBoundsColor(ref pOutputColorArray,nNumOutputColors,flCollisionBoundsFadeDistance,ref pOutputCameraColor);
2955 }
2956 public bool AreBoundsVisible()
2957 {
2958 bool result = FnTable.AreBoundsVisible();
2959 return result;
2960 }
2961 public void ForceBoundsVisible(bool bForce)
2962 {
2963 FnTable.ForceBoundsVisible(bForce);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected