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
Syntaxpublic PhysicsGroup CreateGroup(
string name
)
Parameters
- name
- Type: SystemString
The name that identifies the collision group.
Return Value
Type:
PhysicsGroupThe created collision group.
Remarks
Groups with the same name are determined to be equal.
See Also