Exemple #1
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);
        }
Exemple #2
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);
        }
Exemple #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLayerElementTemplateFbxBool obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }