Class ShareState | Share WebGL Game | 1.0.10-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class ShareState

    Inheritance
    Object
    ShareState
    Namespace: Unity.Connect.Share.Editor.store
    Syntax
    [Serializable]
    public class ShareState

    Constructors

    ShareState(String, String, String, String, ShareStep, String, String, Int32, String, String)

    Declaration
    public ShareState(string title = null, string buildOutputDir = null, string buildGUID = null, string zipPath = null, ShareStep step = default(ShareStep), string errorMsg = null, string key = null, int progress = 0, string url = null, string thumbnailDir = null)
    Parameters
    Type Name Description
    String title
    String buildOutputDir
    String buildGUID
    String zipPath
    ShareStep step
    String errorMsg
    String key
    Int32 progress
    String url
    String thumbnailDir

    Fields

    buildGUID

    Declaration
    public string buildGUID
    Field Value
    Type Description
    String

    buildOutputDir

    Declaration
    public string buildOutputDir
    Field Value
    Type Description
    String

    errorMsg

    Declaration
    public string errorMsg
    Field Value
    Type Description
    String

    key

    Declaration
    public string key
    Field Value
    Type Description
    String

    progress

    Declaration
    public int progress
    Field Value
    Type Description
    Int32

    step

    Declaration
    public ShareStep step
    Field Value
    Type Description
    ShareStep

    thumbnailDir

    Declaration
    public string thumbnailDir
    Field Value
    Type Description
    String

    title

    Declaration
    public string title
    Field Value
    Type Description
    String

    url

    Declaration
    public string url
    Field Value
    Type Description
    String

    zipPath

    Declaration
    public string zipPath
    Field Value
    Type Description
    String

    Methods

    copyWith(String, String, String, String, Nullable<ShareStep>, String, String, Nullable<Int32>, String, String)

    Declaration
    public ShareState copyWith(string title = null, string buildOutputDir = null, string buildGUID = null, string zipPath = null, ShareStep? step = default(ShareStep? ), string errorMsg = null, string key = null, int? progress = default(int? ), string url = null, string thumbnailDir = null)
    Parameters
    Type Name Description
    String title
    String buildOutputDir
    String buildGUID
    String zipPath
    Nullable<ShareStep> step
    String errorMsg
    String key
    Nullable<Int32> progress
    String url
    String thumbnailDir
    Returns
    Type Description
    ShareState
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023