コード例 #1
0
        public new static FbxCameraManipulator Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxCameraManipulator_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxCameraManipulator  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCameraManipulator(cPtr, false);

            return(ret);
        }
コード例 #2
0
        public new static FbxCameraManipulator Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxCameraManipulator_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxCameraManipulator  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCameraManipulator(cPtr, false);

            return(ret);
        }
コード例 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxCameraManipulator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }