|
Unity v2 Plugin 0.1
mod management for Unity projects
|
Used in conjunction with ModIOUnity.Report() to send a report to the mod.io server for a specific mod. More...
Public Member Functions | |
| Report (ModId modId, ReportType type, [NotNull] string summary, [NotNull] string user, [NotNull] string contactEmail) | |
| convenience constructor for making a report. All of the parameters are mandatory to make a successful report. More... | |
| bool | CanSend () |
Public Attributes | |
| long? | id |
| string | summary |
| ReportType? | type |
| ReportResourceType? | resourceType |
| string | user |
| string | contactEmail |
Used in conjunction with ModIOUnity.Report() to send a report to the mod.io server for a specific mod.
| ModIO.Report.Report | ( | ModId | modId, |
| ReportType | type, | ||
| [NotNull] string | summary, | ||
| [NotNull] string | user, | ||
| [NotNull] string | contactEmail | ||
| ) |
convenience constructor for making a report. All of the parameters are mandatory to make a successful report.
| modId | the id of the mod being reported |
| type | the type of report |
| summary | explanation of the issue being reported |
| user | user reporting the issue |
| contactEmail | user email address |