BulletCSharp.btTransform.deSerialize C# (CSharp) Method

deSerialize() public method

public deSerialize ( btTransformFloatData dataIn ) : void
dataIn btTransformFloatData
return void
        public void deSerialize(btTransformFloatData dataIn)
        {
            LinearMathPINVOKE.btTransform_deSerialize(swigCPtr, btTransformFloatData.getCPtr(dataIn));
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
        }