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

Parameters

group  PhysicsGroup
The collision group.

Return Value

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