Click or drag to resize

PhysicsEngineCreateGroup Method

Creates a collision group identified by the specified name.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public PhysicsGroup CreateGroup(
	string name
)

Parameters

name
Type: SystemString
The name that identifies the collision group.

Return Value

Type: PhysicsGroup
The created collision group.
Remarks
Groups with the same name are determined to be equal.
See Also