Table of Contents

Property Group

Namespace
Box3D
Assembly
Box3D.NET.dll

Group

Gets the collision group. Shapes sharing a negative group never collide; shapes sharing a positive group always collide. Zero has no effect.

public int Group { get; init; }

Property Value

int

Remarks

A non-zero group wins over Box3D.CollisionFilter.CollidesWith.