CheckForUpdatesReturn
Struct
Read time 1 minuteLast updated a month ago
Inherited Members
- Equals(object)
- GetHashCode()
- ToString()
- Equals(object, object)
- GetType()
- ReferenceEquals(object, object)
Namespace: UnityEngine.Pixyz.Core
[Serializable]public struct CheckForUpdatesReturn
Constructors
CheckForUpdatesReturn(CheckForUpdatesReturn)
Parameterspublic CheckForUpdatesReturn(CheckForUpdatesReturn o)
Type | Name | Description |
|---|---|---|
| CheckForUpdatesReturn | o |
Fields
newVersionAvailable
Returnspublic bool newVersionAvailable
Type | Description |
|---|---|
| bool |
newVersion
Returnspublic string newVersion
Type | Description |
|---|---|
| string |
newVersionLink
Returnspublic string newVersionLink
Type | Description |
|---|---|
| string |
htmlInfo
Returnspublic string htmlInfo
Type | Description |
|---|---|
| string |