Class GlobalEvent
- Namespace
- ChartTools.Events
- Assembly
- ChartTools.dll
public class GlobalEvent : Event, ITrackObject, IReadOnlyTrackObject
- Inheritance
-
GlobalEvent
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public GlobalEvent(uint position)
Parameters
position uint
public GlobalEvent(uint position, string data)
Parameters
position uint
data string
public GlobalEvent(uint position, string type, string argument = "")
Parameters
position uint
type string
argument string
Properties
public bool IsBassistMovementEvent { get; }
Property Value
- bool
public bool IsCrowdEvent { get; }
Property Value
- bool
public bool IsDrummerMovementEvent { get; }
Property Value
- bool
public bool IsGuitaristMovementEvent { get; }
Property Value
- bool
public bool IsGuitaristSoloEvent { get; }
Property Value
- bool
public bool IsKeyboardMovementEvent { get; }
Property Value
- bool
public bool IsLyricEvent { get; }
Property Value
- bool
public bool IsPhraseEvent { get; }
Property Value
- bool
public bool IsSectionEvent { get; }
Property Value
- bool
public bool IsSyncEvent { get; }
Property Value
- bool
public bool IsWailEvent { get; }
Property Value
- bool
Methods
public static IEnumerable<GlobalEvent> FromFile(string path)
Parameters
path string
Returns
- IEnumerable<GlobalEvent>
public static Task<List<GlobalEvent>> FromFileAsync(string path, CancellationToken cancellationToken = default)
Parameters
path string
cancellationToken CancellationToken
Returns
- Task<List<GlobalEvent>>