Struct Event.CbLoopCountChange
- Namespace
- SpessaSharp.Sequencer
- Assembly
- SpessaSharp.dll
Called when the loop count changes (decreases).
public readonly record struct Event.CbLoopCountChange : IEquatable<Event.CbLoopCountChange>
- Implements
- Inherited Members
Constructors
CbLoopCountChange(int)
Called when the loop count changes (decreases).
public CbLoopCountChange(int NewCount)
Parameters
NewCountintThe new loop count.
Properties
NewCount
The new loop count.
public int NewCount { get; init; }