Click or drag to resize

PhysicsCompoundGeometryAdd Method

Adds the specified collision geometry as a child to the compound collision geometry.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void Add(
	PhysicsGeometry geometry,
	Matrix transform
)

Parameters

geometry
Type: Demo3D.VisualsPhysicsGeometry
The collision geometry to add as a child.
transform
Type: Microsoft.DirectXMatrix
The local transformation matrix for the child relative to this geometry.
See Also