BulletCSharp.btCompoundShape.updateChildTransform C# (CSharp) Method

updateChildTransform() public method

public updateChildTransform ( int childIndex, SWIGTYPE_p_btTransform newChildTransform ) : void
childIndex int
newChildTransform SWIGTYPE_p_btTransform
return void
        public void updateChildTransform(int childIndex, SWIGTYPE_p_btTransform newChildTransform)
        {
            BulletCollisionPINVOKE.btCompoundShape_updateChildTransform__SWIG_1(swigCPtr, childIndex, SWIGTYPE_p_btTransform.getCPtr(newChildTransform));
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

btCompoundShape::updateChildTransform ( int childIndex, SWIGTYPE_p_btTransform newChildTransform, bool shouldRecalculateLocalAabb ) : void