Ejemplo n.º 1
0
        public override void FixedUpdate(Time time)
        {
            queue.Clear();

            foreach (GameObject g in GameObject.gameObjects)
            {
                queue.Add(g);
            }
        }
Ejemplo n.º 2
0
 public int AddStaticDrawable(StaticDrawable drawable)
 {
     return(staticDrawBuffer.Add(drawable));
 }