PhysicsBodyContainsGroup Method |
Whether the physics body has been prescribed the specified collision group.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic bool ContainsGroup(
PhysicsGroup group
)
Parameters
- group
- Type: Demo3D.VisualsPhysicsGroup
The collision group.
Return Value
Type:
BooleanTrue if the specified collision group has been prescribed to the physics body, false otherwise.
See Also