Class PublishStartAction
Represents the event sent to start the publishing process
Inherited Members
Namespace: Unity.Play.Publisher.Editor
Assembly: Unity.Play.Publisher.Editor.dll
Syntax
public class PublishStartAction : PublisherAction
Remarks
Dispatch this action to start the publishing process
Fields
buildPath
Path where the build is located
Declaration
public string buildPath
Field Value
Type | Description |
---|---|
string |
title
Title of the build
Declaration
public string title
Field Value
Type | Description |
---|---|
string |