Class PublishStartAction
Represents the event sent to start the publishing process
Inherited Members
Namespace: Unity.Play.Publisher.Editor
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 |