コード例 #1
0
ファイル: VertexMapTag.cs プロジェクト: reliefpfeiler42/Fusee
        public new static VertexMapTag Alloc(int count)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.VertexMapTag_Alloc(count);
            VertexMapTag          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new VertexMapTag(cPtr, false);

            return(ret);
        }
コード例 #2
0
ファイル: VertexMapTag.cs プロジェクト: reliefpfeiler42/Fusee
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VertexMapTag obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }