示例#1
0
        private void Update()
        {
            osImpl singleton = osImpl.singleton;

            singleton.onProcess(Time.deltaTime);
            singleton.onRender(Time.deltaTime);
        }
示例#2
0
 public osImpl()
 {
     osImpl.m_singleton = this;
 }