BulletCSharp.btCapsuleShape.setLocalScaling C# (CSharp) Method

setLocalScaling() public method

public setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void
scaling SWIGTYPE_p_btVector3
return void
        public virtual void setLocalScaling(SWIGTYPE_p_btVector3 scaling)
        {
            BulletCollisionPINVOKE.btCapsuleShape_setLocalScaling(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(scaling));
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
        }