コード例 #1
0
        public FbxLayerElementArrayTemplateFbxBool assign(FbxLayerElementArrayTemplateFbxBool pArrayTemplate)
        {
            FbxLayerElementArrayTemplateFbxBool ret = new FbxLayerElementArrayTemplateFbxBool(FbxWrapperNativePINVOKE.FbxLayerElementArrayTemplateFbxBool_assign__SWIG_1(swigCPtr, FbxLayerElementArrayTemplateFbxBool.getCPtr(pArrayTemplate)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
        public FbxLayerElementArrayTemplateFbxBool GetDirectArray()
        {
            FbxLayerElementArrayTemplateFbxBool ret = new FbxLayerElementArrayTemplateFbxBool(FbxWrapperNativePINVOKE.FbxLayerElementTemplateFbxBool_GetDirectArray__SWIG_0(swigCPtr), false);

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