Delegate SurfaceObserver.SurfaceChangedDelegate
Namespace: UnityEngine.XR.WSA
Assembly: UnityEngine.dll
Syntax
public delegate void SurfaceChangedDelegate(SurfaceId surfaceId, SurfaceChange changeType, Bounds bounds, DateTime updateTime);
Parameters
| Type | Name | Description |
|---|---|---|
| SurfaceId | surfaceId | |
| SurfaceChange | changeType | |
| Bounds | bounds | |
| DateTime | updateTime |