Class SoundMixerEffectLoopActionScriptGenerator.Result
Outcome of a generation run.
Inherited Members
Namespace: Serenity.SoundMixer.Infrastructure.AudioMixerEffectLoop.Editor
Assembly: Serenity.UnitySoundMixer.Infrastructure.Editor.dll
Syntax
public sealed class SoundMixerEffectLoopActionScriptGenerator.Result
Constructors
Result()
Declaration
public Result()
Fields
Created
Declaration
public int Created
Field Value
| Type | Description |
|---|---|
| int |
Errors
Declaration
public readonly List<string> Errors
Field Value
| Type | Description |
|---|---|
| List<string> |
FolderPath
Declaration
public string FolderPath
Field Value
| Type | Description |
|---|---|
| string |
Skipped
Declaration
public int Skipped
Field Value
| Type | Description |
|---|---|
| int |