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