radiusStride
Sets the stride, in bytes, between radii in the radius buffer.
Declaration
var radiusStride: Int { get set }Discussion
You are responsible for ensuring this property is set to a multiple of the size corresponding to the radiusFormat. All keyframes share the same radius stride.
This property defaults to 0 bytes, indicating that the radii are tightly packed.