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

    Class ShareState

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

    Constructors

    ShareState(String, String, String, String, ShareStep, String, 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, string url = null)
    Parameters
    Type Name Description
    String title
    String buildOutputDir
    String buildGUID
    String zipPath
    ShareStep step
    String errorMsg
    String key
    String url

    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

    step

    Declaration
    public ShareStep step
    Field Value
    Type Description
    ShareStep

    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, 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, string url = null)
    Parameters
    Type Name Description
    String title
    String buildOutputDir
    String buildGUID
    String zipPath
    Nullable<ShareStep> step
    String errorMsg
    String key
    String url
    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