radiusStride
The stride, in bytes, between the radius elements in the radius buffer.
Declaration
var radiusStride: Int { get set }Discussion
The stride needs to be a multiple of the radius format size you configure with the radiusFormat property. The default value is 0, which indicates that the radius elements in the buffer have zero bytes of padding between them.