Click or drag to resize

PhysicsStaticBodyPropertiesRemoveGroup Method

Removes the specified collision group from the list of groups that the static body should be prescribed to upon creation.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public void RemoveGroup(
	PhysicsGroup group
)

Parameters

group
Type: Demo3D.VisualsPhysicsGroup
The collision group.
See Also