Version: 2017.2
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.