Esempio n. 1
0
 public PerformanceInfo(Client client, Host host, Asset fontAsset, uint fontSize)
 {
     this.client     = client;
     this.host       = host;
     this.fontAsset  = fontAsset;
     this.fontSize   = fontSize;
     this.Colour     = JankWorks.Graphics.Colour.White;
     this.Position   = new Vector2(4);
     this.textBuffer = new ArrayWriteBuffer <char>();
 }
Esempio n. 2
0
 public PhysicsRenderer()
 {
     this.components = new ArrayWriteBuffer <PhysicsComponent>(8);
 }