コード例 #1
0
 void INotifyCreated.Created(Actor self)
 {
     effect = new GpsDotEffect(self, info);
 }
コード例 #2
0
 void INotifyAddedToWorld.AddedToWorld(Actor self)
 {
     effect = new GpsDotEffect(self, info);
     self.World.AddFrameEndTask(w => w.Add(effect));
 }