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