Example #1
0
 private void Inject(IPlayer player, ISpatialAnchorService anchorService, IPersistentCoordinateService pcaService, SpatialAnchorUtility spatialAnchorUtility)
 {
     _spatialAnchorUtility = spatialAnchorUtility;
     _player     = player;
     _pcaService = pcaService;
     anchorService.RegisterTuner(this, photonView);
 }