Table of Contents

Method b3Shape_GetSensorCapacity

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Shape_GetSensorCapacity(b3ShapeId)

Get the maximum capacity required for retrieving all the overlapped shapes on a sensor shape. This returns 0 if the provided shape is not a sensor.

public static extern int b3Shape_GetSensorCapacity(b3ShapeId shapeId)

Parameters

shapeId b3ShapeId

the id of a sensor shape

Returns

int

the required capacity to get all the overlaps in b3Shape_GetSensorOverlaps