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

Method GetOverlayFlags

headers/openvr_api.cs:3433–3438  ·  view source on GitHub ↗
(ulong ulOverlayHandle,ref uint pFlags)

Source from the content-addressed store, hash-verified

3431 return result;
3432 }
3433 public EVROverlayError GetOverlayFlags(ulong ulOverlayHandle,ref uint pFlags)
3434 {
3435 pFlags = 0;
3436 EVROverlayError result = FnTable.GetOverlayFlags(ulOverlayHandle,ref pFlags);
3437 return result;
3438 }
3439 public EVROverlayError SetOverlayColor(ulong ulOverlayHandle,float fRed,float fGreen,float fBlue)
3440 {
3441 EVROverlayError result = FnTable.SetOverlayColor(ulOverlayHandle,fRed,fGreen,fBlue);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected