PhysicsCompoundGeometryTransform Method (Int32, Matrix) | 
 
            Sets the transform for the child geometric collision shape specified by the provided
            index.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic void Transform(
	int index,
	Matrix transform
)
Parameters
- index
 - Type: SystemInt32
The index for the child geometric collision shape in the range [0, Count). - transform
 - Type: Microsoft.DirectXMatrix
The transformation matrix for the child geometric collision shape relative to this geometry. 
See Also