Click or drag to resize

PhysicsBodyAddGroup Method

Prescribes the specified collision group to the physics body.

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

Parameters

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