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

Method CheckClear

headers/openvr_api.cs:8528–8535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8526 }
8527
8528 void CheckClear()
8529 {
8530 if (VRToken != GetInitToken())
8531 {
8532 Clear();
8533 VRToken = GetInitToken();
8534 }
8535 }
8536
8537 public CVRSystem VRSystem()
8538 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected