public FbxLayerElementArrayTemplateFbxVector4 GetDirectArray()
        {
            FbxLayerElementArrayTemplateFbxVector4 ret = new FbxLayerElementArrayTemplateFbxVector4(NativeMethods.FbxLayerElementTemplateFbxVector4_GetDirectArray(swigCPtr), false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        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.º 3
0
 static void CopyToFbx(FbxLayerElementArrayTemplateFbxVector4 fbx, List <Vector4> unity)
 {
     fbx.SetCount(unity.Count);
     unsafe
     {
         fixed(void *ptr = unity.GetBackingArray())
         {
             Globals.CopyVector4ToFbxVector4(fbx, (IntPtr)ptr);
         }
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLayerElementArrayTemplateFbxVector4 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 5
0
 public static void CopyFbxVector4ToVector3(FbxLayerElementArrayTemplateFbxVector4 layerElement, System.IntPtr f)
 {
     NativeMethods.CopyFbxVector4ToVector3(FbxLayerElementArrayTemplateFbxVector4.getCPtr(layerElement), f);
 }
        public FbxLayerElementArrayTemplateFbxVector4 GetDirectArray()
        {
            FbxLayerElementArrayTemplateFbxVector4 ret = new FbxLayerElementArrayTemplateFbxVector4(FbxWrapperNativePINVOKE.FbxLayerElementTemplateFbxVector4_GetDirectArray__SWIG_0(swigCPtr), false);

            return(ret);
        }