Ejemplo n.º 1
0
 public virtual void SetNormalNodeFile(ResourceData file)
 {
     CocoStudioEngineAdapterPINVOKE.CSCheckBox_SetNormalNodeFile(this.swigCPtr, CSResourceData.getCPtr(new CSResourceData(file.Path, (CSEnumResourceType)file.Type, file.Plist)));
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }