Class WaveCreator.Result
Inheritance
WaveCreator.Result
Assembly: Serenity.UnityWave.Editor.dll
Syntax
public sealed class WaveCreator.Result : SerenityCreationResult
Constructors
Result()
Declaration
Fields
NeedsCompositionRootWiring
Always true on a successful Create(Input) — a structured signal
(not a substring match over Warnings) that the composition root still has to call
UnityWaveService.ConfigureFromWaveSet(waveSet) and SetSpawnPointResolver itself; these
assets never wire themselves. See CompositionRootWiringWarningMessage for the prose
version of the same fact, still recorded in Warnings for logs.
Declaration
public bool NeedsCompositionRootWiring
Field Value
WaveSetAssetPath
Declaration
public string WaveSetAssetPath
Field Value
WaveSetUpdatedExisting
Declaration
public bool WaveSetUpdatedExisting
Field Value
Waves
Declaration
public readonly List<WaveCreator.WaveResult> Waves
Field Value