Show / Hide Table of Contents

Struct ZipDistro.PrettyName

Used to customize archive file names.

Namespace: sttz.Trimmer.Editor
Assembly: Trimmer-Editor.dll
Syntax
[Serializable]
public struct PrettyName

Fields

| Improve this Doc View Source

name

The archive file name to use for the build.

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

target

The build target to apply the name to.

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