Unity3DBuildContext.

Unity3DBuildContext(ICakeContext, FilePath, Unity3DBuildOptions) Constructor

Summary

Default constructor
Assembly
Cake.Unity3D.dll
Namespace
Cake.Unity3D
Containing Type
Unity3DBuildContext

Syntax

public Unity3DBuildContext(ICakeContext context, FilePath projectFolder, Unity3DBuildOptions options)

Parameters

Name Type Description
context ICakeContext The current cake context.
projectFolder FilePath The absolute path to the Unity3D project to build.
options Unity3DBuildOptions The build options to use when building the project.

Return Value

Type Description
void