Click or drag to resize

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
Syntax
C#
public bool ContainsGroup(
	PhysicsGroup group
)

Parameters

group
Type: Demo3D.VisualsPhysicsGroup
The collision group.

Return Value

Type: Boolean
True if the specified collision group has been prescribed to the physics body, false otherwise.
See Also