Exemplo n.º 1
0
 void INotifyCreated.Created(Actor self)
 {
     effect = new GpsDotEffect(self, info);
 }
Exemplo n.º 2
0
 void INotifyAddedToWorld.AddedToWorld(Actor self)
 {
     effect = new GpsDotEffect(self, info);
     self.World.AddFrameEndTask(w => w.Add(effect));
 }