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 Sourcename
The archive file name to use for the build.
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |
target
The build target to apply the name to.
Declaration
public BuildTarget target
Field Value
Type | Description |
---|---|
UnityEditor.BuildTarget |