public void OnPreSimulate(int frameId, int subFrameId)
        {
            var val = PollInputs();

            SimpleOVRDebug.Clear();
            SimpleOVRDebug.Log(val.ToString());
        }
示例#2
0
 // Start is called before the first frame update
 void Awake()
 {
     instance  = this;
     text      = GetComponent <Text>();
     text.text = "Console Initialized\n";
 }