RSX Code Reference
    Preparing search index...
    • rsx
    • CloudVersionInformation

    Class CloudVersionInformation

    The CloudVersionInformation class contains information about an engine version.

    Index
    • get creationDate(): string

      The date the version was created. In ISO format.

      Returns string

    • get enableDate(): string

      The date the version was enabled. In ISO format.

      Returns string

    • get isLatestPublishedVersion(): boolean

      If true, this is the version that was last published and is the latest one.

      Returns boolean

    • get macOSBuildInformation(): JsonObject

      The build information included in the deployment bundle.

      Returns JsonObject

    • get macOSDownloadURL(): string

      The URL to download the engine for the macOS platform.

      Returns string

    • get name(): string

      The name of the version. Useful to display a user-facing title for the deployment.

      Returns string

    • get publishDate(): string

      The date the version was published. In ISO format.

      Returns string

    • get uuid(): UUID

      The UUID of the version. Used to uniquely identify the deployment in the server.

      Returns UUID

    • get version(): string

      The version number, as a string in decimal format. M.NNN where M is the major version, and N is the minor version with 3 digits.

      Returns string

    • get webBuildInformation(): JsonObject

      The build information included in the deployment bundle.

      Returns JsonObject

    • get webURL(): string

      The URL to access the engine on the web.

      Returns string

    • get win32BuildInformation(): JsonObject

      The build information included in the deployment bundle.

      Returns JsonObject

    • get win32DownloadURL(): string

      The URL to download the engine for the Win32 platform.

      Returns string