Class BuildFinishAction
Dispatch this action to notify about the end of the build process
Namespace: Unity.Connect.Share.Editor
Syntax
public class BuildFinishAction : ShareAction
Fields
buildGUID
GUID of the build
Declaration
public string buildGUID
Field Value
Type | Description |
---|---|
String |
outputDir
Output directory of the build
Declaration
public string outputDir
Field Value
Type | Description |
---|---|
String |