Click or drag to resize

PhysicsCompoundGeometry Methods

The PhysicsCompoundGeometry type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified collision geometry as a child to the compound collision geometry.
Public methodChild
Accessor for the child geometric collision shape at the specified index.
Public methodContains
Whether the specified collision geometry is an immediate child of the compound collision geometry.
Public methodContainsDeep
Whether the specified collision geometry is a descendant of the compound collision geometry.
Public methodDispose (Inherited from PhysicsGeometry.)
Protected methodDispose(Boolean) (Inherited from PhysicsGeometry.)
Public methodRemove
Removes the specified collision geometry from the compound collision geometry.
Public methodTransform(Int32)
Accessor for the transform for the child geometric collision shape specified by the provided index.
Public methodTransform(PhysicsGeometry)
Accessor for the transform for the specified child geometric collision shape.
Public methodTransform(Int32, Matrix)
Sets the transform for the child geometric collision shape specified by the provided index.
Public methodTransform(PhysicsGeometry, Matrix)
Sets the transform for the specified child geometric collision shape.
Top
See Also