示例#1
0
 // Update is called once per frame
 void Update()
 {
     if (!CheckReady())
     {
         return;
     }
     PointRenderer.Update();
 }
示例#2
0
 // Update is called once per frame
 void Update()
 {
     if (!CheckReady())
     {
         return;
     }
     PointRenderer.Update();
     DrawDebugInfo();
 }
示例#3
0
 // Update is called once per frame
 void Update()
 {
     if (!CheckReady())
     {
         return;
     }
     PointRenderer.Update();
     this.pointCount = this.GetPointCount();
 }