Exemple #1
0
        public override FbxObject Clone(FbxObject.ECloneType pCloneType)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxSkin_Clone__SWIG_2(swigCPtr, (int)pCloneType);
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            return(ret);
        }
Exemple #2
0
        public override FbxObject Clone(FbxObject.ECloneType pCloneType, FbxObject pContainer)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxSkin_Clone__SWIG_1(swigCPtr, (int)pCloneType, FbxObject.getCPtr(pContainer));
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            return(ret);
        }
Exemple #3
0
        public override FbxObject Clone(FbxObject.ECloneType pCloneType, FbxObject pContainer, SWIGTYPE_p_void pSet)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxSkin_Clone__SWIG_0(swigCPtr, (int)pCloneType, FbxObject.getCPtr(pContainer), SWIGTYPE_p_void.getCPtr(pSet));
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            return(ret);
        }
Exemple #4
0
        public override FbxObject Clone(FbxObject.ECloneType pCloneType)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxBlendShape_Clone__SWIG_2(swigCPtr, (int)pCloneType);
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            return(ret);
        }
Exemple #5
0
        public virtual FbxObject Clone(FbxObject.ECloneType pCloneType, FbxObject pContainer)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxObject_Clone__SWIG_1(swigCPtr, (int)pCloneType, FbxObject.getCPtr(pContainer));
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            return(ret);
        }
Exemple #6
0
        public virtual FbxObject Clone(FbxObject.ECloneType pCloneType, FbxObject pContainer, SWIGTYPE_p_void pSet)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxObject_Clone__SWIG_0(swigCPtr, (int)pCloneType, FbxObject.getCPtr(pContainer), SWIGTYPE_p_void.getCPtr(pSet));
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            return(ret);
        }
Exemple #7
0
 public CloneSetElement(int pSrcPolicy, int pExternalDstPolicy, FbxObject.ECloneType pCloneType) : this(fbx_wrapperPINVOKE.new_FbxCloneManager_CloneSetElement__SWIG_0(pSrcPolicy, pExternalDstPolicy, (int)pCloneType), true)
 {
 }
Exemple #8
0
 public void Clone(FbxScene pPoseScene, FbxObject.ECloneType pCloneType)
 {
     fbx_wrapperPINVOKE.FbxCharacterPose_Clone__SWIG_6(swigCPtr, FbxScene.getCPtr(pPoseScene), (int)pCloneType);
 }
Exemple #9
0
 public void Clone(FbxScene pPoseScene, FbxObject.ECloneType pCloneType, FbxObject pContainer, SWIGTYPE_p_void pSet)
 {
     fbx_wrapperPINVOKE.FbxCharacterPose_Clone__SWIG_4(swigCPtr, FbxScene.getCPtr(pPoseScene), (int)pCloneType, FbxObject.getCPtr(pContainer), SWIGTYPE_p_void.getCPtr(pSet));
 }
Exemple #10
0
 public void Clone(FbxScene pPoseScene, FbxObject.ECloneType pCloneType, FbxObject pContainer)
 {
     FbxWrapperNativePINVOKE.FbxCharacterPose_Clone__SWIG_5(swigCPtr, FbxScene.getCPtr(pPoseScene), (int)pCloneType, FbxObject.getCPtr(pContainer));
 }