Ejemplo n.º 1
0
        public new static FbxBindingTableBase Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxBindingTableBase_Create(FbxManager.getCPtr(pManager), pName);
            FbxBindingTableBase   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBindingTableBase(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
 public bool Equals(FbxBindingTableBase other)
 {
     if (object.ReferenceEquals(other, null))
     {
         return(false);
     }
     return(this.swigCPtr.Handle.Equals(other.swigCPtr.Handle));
 }
Ejemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxBindingTableBase obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }