示例#1
0
 public SendSnapshotFilter(EntityKey self, Vector3 position)
 {
     this.self     = self;
     filter        = new ReplicationFilter();
     this.position = position;
 }
 public PreSendSnapshotFilter(EntityKey self, Vector3 position)
 {
     _self     = self;
     _filter   = new ReplicationFilter();
     _position = position;
 }