Esempio n. 1
0
 public FbxPropertyFlags.EInheritType GetFlagInheritType(FbxPropertyFlags.EFlags pFlag)
 {
     FbxPropertyFlags.EInheritType ret = (FbxPropertyFlags.EInheritType)NativeMethods.FbxProperty_GetFlagInheritType(swigCPtr, (int)pFlag);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Esempio n. 2
0
        public bool SetFlagInheritType(FbxPropertyFlags.EFlags pFlag, FbxPropertyFlags.EInheritType pType)
        {
            bool ret = NativeMethods.FbxProperty_SetFlagInheritType(swigCPtr, (int)pFlag, (int)pType);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 3
0
 public FbxPropertyFlags.EInheritType GetFlagsInheritType(FbxPropertyFlags.EFlags pFlags, bool pCheckReferences)
 {
     FbxPropertyFlags.EInheritType ret = (FbxPropertyFlags.EInheritType)FbxWrapperNativePINVOKE.FbxPropertyHandle_GetFlagsInheritType(swigCPtr, (int)pFlags, pCheckReferences);
     return(ret);
 }
Esempio n. 4
0
        public bool SetFlagsInheritType(FbxPropertyFlags.EInheritType pInheritType, FbxPropertyFlags.EFlags pFlags)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_SetFlagsInheritType__SWIG_1(swigCPtr, (int)pInheritType, (int)pFlags);

            return(ret);
        }
Esempio n. 5
0
 public FbxPropertyFlags.EInheritType GetFlagsInheritType(FbxPropertyFlags.EFlags pFlags, bool pCheckInstanceOf)
 {
     FbxPropertyFlags.EInheritType ret = (FbxPropertyFlags.EInheritType)FbxWrapperNativePINVOKE.FbxPropertyPage_GetFlagsInheritType__SWIG_1(swigCPtr, (int)pFlags, pCheckInstanceOf);
     return(ret);
 }
Esempio n. 6
0
        public bool SetValueInherit(int pId, FbxPropertyFlags.EInheritType pType)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_SetValueInherit(swigCPtr, pId, (int)pType);

            return(ret);
        }
Esempio n. 7
0
 public FbxPropertyFlags.EInheritType GetValueInherit(int pId, bool pCheckInstanceOf)
 {
     FbxPropertyFlags.EInheritType ret = (FbxPropertyFlags.EInheritType)FbxWrapperNativePINVOKE.FbxPropertyPage_GetValueInherit(swigCPtr, pId, pCheckInstanceOf);
     return(ret);
 }
Esempio n. 8
0
 public FbxPropertyFlags.EInheritType GetValueInheritType()
 {
     FbxPropertyFlags.EInheritType ret = (FbxPropertyFlags.EInheritType)FbxWrapperNativePINVOKE.FbxProperty_GetValueInheritType(swigCPtr);
     return(ret);
 }
Esempio n. 9
0
        public bool SetFlagsInheritType(FbxPropertyFlags.EInheritType pInheritType, FbxPropertyFlags.EFlags pFlags, int pId)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPropertyPage_SetFlagsInheritType__SWIG_0(swigCPtr, (int)pInheritType, (int)pFlags, pId);

            return(ret);
        }
Esempio n. 10
0
 public FbxPropertyFlags.EInheritType GetFlagInheritType(FbxPropertyFlags.EFlags pFlag)
 {
     FbxPropertyFlags.EInheritType ret = (FbxPropertyFlags.EInheritType)FbxWrapperNativePINVOKE.FbxProperty_GetFlagInheritType(swigCPtr, (int)pFlag);
     return(ret);
 }
Esempio n. 11
0
 public FbxPropertyFlags.EInheritType GetFlagsInheritType(FbxPropertyFlags.EFlags pFlags)
 {
     FbxPropertyFlags.EInheritType ret = (FbxPropertyFlags.EInheritType)fbx_wrapperPINVOKE.FbxPropertyFlags_GetFlagsInheritType(swigCPtr, (int)pFlags);
     return(ret);
 }
Esempio n. 12
0
        public bool SetFlagsInheritType(FbxPropertyFlags.EFlags pFlags, FbxPropertyFlags.EInheritType pType)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPropertyHandle_SetFlagsInheritType(swigCPtr, (int)pFlags, (int)pType);

            return(ret);
        }
Esempio n. 13
0
 public bool SetValueInheritType(FbxPropertyFlags.EInheritType pType)
 {
     throw new NotImplementedException();
 }
Esempio n. 14
0
 public FbxPropertyFlags.EInheritType GetValueInheritType(bool pCheckReferences)
 {
     FbxPropertyFlags.EInheritType ret = (FbxPropertyFlags.EInheritType)FbxWrapperNativePINVOKE.FbxPropertyHandle_GetValueInheritType(swigCPtr, pCheckReferences);
     return(ret);
 }
Esempio n. 15
0
        public bool SetFlagInheritType(FbxPropertyFlags.EFlags pFlag, FbxPropertyFlags.EInheritType pType)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxProperty_SetFlagInheritType(swigCPtr, (int)pFlag, (int)pType);

            return(ret);
        }
Esempio n. 16
0
        public bool SetValueInheritType(FbxPropertyFlags.EInheritType pType)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPropertyHandle_SetValueInheritType(swigCPtr, (int)pType);

            return(ret);
        }
Esempio n. 17
0
 public FbxPropertyFlags.EInheritType GetFlagsInheritType(FbxPropertyFlags.EFlags pFlags, bool pCheckInstanceOf, int pId)
 {
     FbxPropertyFlags.EInheritType ret = (FbxPropertyFlags.EInheritType)fbx_wrapperPINVOKE.FbxPropertyPage_GetFlagsInheritType__SWIG_0(swigCPtr, (int)pFlags, pCheckInstanceOf, pId);
     return(ret);
 }