Exemplo n.º 1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxPropertyTEInheritType obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 2
0
        public FbxPropertyTEInheritType assign(FbxTransform.EInheritType pValue)
        {
            FbxPropertyTEInheritType ret = new FbxPropertyTEInheritType(FbxWrapperNativePINVOKE.FbxPropertyTEInheritType_assign(swigCPtr, (int)pValue), false);

            return(ret);
        }