示例#1
0
 void Start()
 {
     UnityARSessionNativeInterface.ARUserAnchorAddedAsObservable()
     .Subscribe(Spawn)
     .AddTo(this);
 }