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: 18.03.00
Syntaxpublic 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