Ejemplo n.º 1
0
        public FbxLayerElementTemplateFbxBool assign(FbxLayerElementTemplateFbxBool pOther)
        {
            FbxLayerElementTemplateFbxBool ret = new FbxLayerElementTemplateFbxBool(FbxWrapperNativePINVOKE.FbxLayerElementTemplateFbxBool_assign(swigCPtr, FbxLayerElementTemplateFbxBool.getCPtr(pOther)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
        public bool eq(FbxLayerElementTemplateFbxBool pOther)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLayerElementTemplateFbxBool_eq(swigCPtr, FbxLayerElementTemplateFbxBool.getCPtr(pOther));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }