CheckForUpdatesReturn
Struct
読み終わるまでの所要時間 1 分最終更新 2ヶ月前
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public struct CheckForUpdatesReturn
Constructors
CheckForUpdatesReturn(CheckForUpdatesReturn)
public CheckForUpdatesReturn(CheckForUpdatesReturn o)
Parameters
Type | Name | Description |
|---|---|---|
| CheckForUpdatesReturn | o |
Fields
newVersionAvailable
public bool newVersionAvailable
Returns
Type | Description |
|---|---|
| bool |
newVersion
public string newVersion
Returns
Type | Description |
|---|---|
| string |
newVersionLink
public string newVersionLink
Returns
Type | Description |
|---|---|
| string |
htmlInfo
public string htmlInfo
Returns
Type | Description |
|---|---|
| string |