Show / Hide Table of Contents

Struct DistroBase.BuildPath

Structure used to represent a set of builds.

Namespace: sttz.Trimmer.Editor
Assembly: Trimmer-Editor.dll
Syntax
public struct BuildPath

Constructors

| Improve this Doc View Source

BuildPath(BuildTarget, String)

Declaration
public BuildPath(BuildTarget target, string path)
Parameters
Type Name Description
UnityEditor.BuildTarget target
System.String path

Fields

| Improve this Doc View Source

path

Declaration
public string path
Field Value
Type Description
System.String
| Improve this Doc View Source

target

Declaration
public BuildTarget target
Field Value
Type Description
UnityEditor.BuildTarget
  • Improve this Doc
  • View Source
Back to top © 2017 Adrian Stutz