| ICollisionFilterGet Method (Int32, Int32) |
Returns if collisions between two collision groups are enabled.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax bool Get(
int groupA,
int groupB
)
Function Get (
groupA As Integer,
groupB As Integer
) As Boolean
bool Get(
int groupA,
int groupB
)
abstract Get :
groupA : int *
groupB : int -> bool
Parameters
- groupA
- Type: SystemInt32
The first collision group. - groupB
- Type: SystemInt32
The second collision group.
Return Value
Type:
Boolean if collisions with the between
groupA and
groupB are enabled; otherwise
.
Remarks See Also