Skip to main content
API Reference SwiftyNsdk NsdkScanningSession

raycastBuffer

Get the most recently computed raycast buffers....

Declaration

func raycastBuffer() -> RaycastBuffer?

Summary

Get the most recently computed raycast buffers.
Once the session has been started and all the requested data has been sent through the
NsdkSession, a buffer should become available after a brief computation period.
- Precondition: Raycast visualization must have been enabled in the configuration.
- Returns: The most recently computed raycast buffers if available, nil if not.


ON THIS PAGE