Class AudioMixerEffectLoopSyncService.SyncReport
Per-definition sync outcome.
Inheritance
AudioMixerEffectLoopSyncService.SyncReport
Assembly: Serenity.UnitySoundMixer.Infrastructure.Editor.dll
Syntax
public sealed class AudioMixerEffectLoopSyncService.SyncReport
Fields
DefinitionName
Declaration
public readonly string DefinitionName
Field Value
ErrorMessage
Declaration
public readonly string ErrorMessage
Field Value
SendsCreated
Declaration
public readonly int SendsCreated
Field Value
SendsExposed
Declaration
public readonly int SendsExposed
Field Value
Success
Declaration
public readonly bool Success
Field Value
Warnings
Declaration
public readonly IReadOnlyList<string> Warnings
Field Value
Methods
Fail(string, string)
Declaration
public static AudioMixerEffectLoopSyncService.SyncReport Fail(string name, string error)
Parameters
Returns
Ok(string, int, int, IReadOnlyList<string>)
Declaration
public static AudioMixerEffectLoopSyncService.SyncReport Ok(string name, int created, int exposed, IReadOnlyList<string> warnings)
Parameters
Returns