Table of Contents

Field groupIndex

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

groupIndex

A group index. Shapes in the same negative group never collide; shapes in the same positive group always collide. Zero has no effect.

public int groupIndex

Field Value

int

Remarks

Non-zero group filtering wins over the mask bits. A common use is giving each ragdoll a unique negative group to disable self-collision.