Class NmIDEvent
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation2
Assembly: ValveResourceFormat.dll
A named marker window used by game code and animation graph transitions (CNmIDEvent).
csharp
public sealed class NmIDEvent : NmClipEvent, IAnimationEventInheritance
object ← NmClipEvent ← NmIDEvent
Implements
Inherited Members
NmClipEvent.ClassName, NmClipEvent.StartCycle, NmClipEvent.StartTime, NmClipEvent.Duration, NmClipEvent.SyncId, NmClipEvent.Data, NmClipEvent.Build(KVObject, float), NmClipEvent.ToString()
Properties
ID
Gets the primary ID.
csharp
public string ID { get; }Property Value
SecondaryID
Gets the secondary ID, usually empty.
csharp
public string SecondaryID { get; }
