Contents

boundingBoxStride

Assigns the stride, in bytes, between bounding boxes in the bounding box buffer boundingBoxBuffer references.

Declaration

var boundingBoxStride: Int { get set }

Discussion

You are responsible for ensuring this stride is at least 24 bytes and a multiple of 4 bytes.

This property defaults to 24 bytes.