| CollisionFilterMaxNumberOfGroups Property |
The maximum number of supported collision groups.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public int MaxNumberOfGroups { get; }
Public ReadOnly Property MaxNumberOfGroups As Integer
Get
public:
property int MaxNumberOfGroups {
int get ();
}
member MaxNumberOfGroups : int with get
Property Value
Type:
Int32Remarks
Collision group numbers must be in the range 0 - (
MaxNumberOfGroups - 1).
This limit can be changed in the constructor (see
CollisionFilter(Int32)).
See Also