Unity3DTestContext.

Unity3DTestContext(ICakeContext, FilePath, Unity3DTestOptions) Constructor

Summary

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

Syntax

public Unity3DTestContext(ICakeContext context, FilePath projectFolder, Unity3DTestOptions options)

Parameters

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

Return Value

Type Description
void