Version: 2018.4
public delegatevoid SurfaceChangedDelegate (XR.WSA.SurfaceId surfaceId, XR.WSA.SurfaceChange changeType, Bounds bounds, DateTime updateTime);

パラメーター

surfaceId変更された表面の ID
changeTypeこのイベントが示す変更のタイプ (Added, Updated, Removed)
boundsデバイスによって報告された表面の境界
updateTimeデバイスによって報告された表面の更新時間

説明

The SurfaceChanged delegate handles SurfaceChanged events as generated by calling Update on a SurfaceObserver. Applications can use the bounds, changeType, and updateTime to selectively generate mesh data for the set of known surfaces.