Ejemplo n.º 1
0
        public bool eq(FbxLayerElement pOther)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLayerElement_eq(swigCPtr, FbxLayerElement.getCPtr(pOther));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
 public void RemoveFromLayerElementsList(FbxLayerElement pLEl)
 {
     fbx_wrapperPINVOKE.FbxLayerContainer_RemoveFromLayerElementsList(swigCPtr, FbxLayerElement.getCPtr(pLEl));
 }
Ejemplo n.º 3
0
        public int AddToLayerElementsList(FbxLayerElement pLEl)
        {
            int ret = fbx_wrapperPINVOKE.FbxLayerContainer_AddToLayerElementsList(swigCPtr, FbxLayerElement.getCPtr(pLEl));

            return(ret);
        }
Ejemplo n.º 4
0
        public FbxLayerElement assign(FbxLayerElement pOther)
        {
            FbxLayerElement ret = new FbxLayerElement(FbxWrapperNativePINVOKE.FbxLayerElement_assign(swigCPtr, FbxLayerElement.getCPtr(pOther)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 5
0
 public void SetLayerElementOfType(FbxLayerElement pLayerElement, FbxLayerElement.EType pType)
 {
     fbx_wrapperPINVOKE.FbxLayer_SetLayerElementOfType__SWIG_1(swigCPtr, FbxLayerElement.getCPtr(pLayerElement), (int)pType);
 }
Ejemplo n.º 6
0
 public void SetLayerElementOfType(FbxLayerElement pLayerElement, FbxLayerElement.EType pType, bool pIsUV)
 {
     FbxWrapperNativePINVOKE.FbxLayer_SetLayerElementOfType__SWIG_0(swigCPtr, FbxLayerElement.getCPtr(pLayerElement), (int)pType, pIsUV);
 }