Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


CheckForUpdatesReturn

Struct
Read time 1 minuteLast updated a month ago

Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public struct CheckForUpdatesReturn

Constructors

CheckForUpdatesReturn(CheckForUpdatesReturn)

public CheckForUpdatesReturn(CheckForUpdatesReturn o)
Parameters

Type

Name

Description

CheckForUpdatesReturno

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