コード例 #1
0
 public MaterialAttribNodeMap(MaterialAttribNodeMap other) : this(SharpMochaPINVOKE.new_MaterialAttribNodeMap__SWIG_1(MaterialAttribNodeMap.getCPtr(other)), true)
 {
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public MaterialAttribNodeMapEnumerator(MaterialAttribNodeMap collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <uint>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
コード例 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MaterialAttribNodeMap obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }