Version: 2019.2
LanguageEnglish
  • C#

SurfaceObserver.SurfaceDataReadyDelegate

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public delegate void SurfaceDataReadyDelegate(XR.WSA.SurfaceData bakedData, bool outputWritten, float elapsedBakeTimeSeconds);

Parameters

bakedDataStruct containing output data.
outputWrittenSet to true if output has been written and false otherwise.
elapsedBakeTimeSecondsElapsed seconds between mesh bake request and propagation of this event.

Description

The SurfaceDataReadyDelegate handles events generated when the engine has completed generating a mesh. Mesh generation is requested through GetMeshAsync and may take many frames to complete.