public FbxLayerElementArrayTemplateFbxVector4 assign(FbxLayerElementArrayTemplateFbxVector4 pArrayTemplate)
        {
            FbxLayerElementArrayTemplateFbxVector4 ret = new FbxLayerElementArrayTemplateFbxVector4(FbxWrapperNativePINVOKE.FbxLayerElementArrayTemplateFbxVector4_assign__SWIG_1(swigCPtr, FbxLayerElementArrayTemplateFbxVector4.getCPtr(pArrayTemplate)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
 public static void CopyFbxVector4ToVector3(FbxLayerElementArrayTemplateFbxVector4 layerElement, System.IntPtr f)
 {
     NativeMethods.CopyFbxVector4ToVector3(FbxLayerElementArrayTemplateFbxVector4.getCPtr(layerElement), f);
 }