Class SoundMixerEffectLoopBinder.RegistrationReport
Inheritance
SoundMixerEffectLoopBinder.RegistrationReport
Assembly: Serenity.UnitySoundMixer.Infrastructure.Editor.dll
Syntax
public sealed class SoundMixerEffectLoopBinder.RegistrationReport
Fields
AlreadyRegistered
Declaration
public readonly bool AlreadyRegistered
Field Value
ErrorMessage
Declaration
public readonly string ErrorMessage
Field Value
SettingsName
Declaration
public readonly string SettingsName
Field Value
Success
Declaration
public readonly bool Success
Field Value
Methods
Added(string)
Declaration
public static SoundMixerEffectLoopBinder.RegistrationReport Added(string settingsName)
Parameters
| Type |
Name |
Description |
| string |
settingsName |
|
Returns
AlreadyThere(string)
Declaration
public static SoundMixerEffectLoopBinder.RegistrationReport AlreadyThere(string settingsName)
Parameters
| Type |
Name |
Description |
| string |
settingsName |
|
Returns
Fail(string)
Declaration
public static SoundMixerEffectLoopBinder.RegistrationReport Fail(string error)
Parameters
| Type |
Name |
Description |
| string |
error |
|
Returns