internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_RootTextureString obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #2
0
 public AssetData(BaseDocument t_doc, SWIGTYPE_p_RootTextureString t_rs, ASSETDATA_FLAG t_flags) : this(C4dApiPINVOKE.new_AssetData(BaseDocument.getCPtr(t_doc), SWIGTYPE_p_RootTextureString.getCPtr(t_rs), (int)t_flags), true)
 {
 }