Class NmLegacyEvent
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation2
Assembly: ValveResourceFormat.dll
A legacy animation event carried over from the old animation system (CNmLegacyEvent), e.g. "AE_CL_ENABLE_BODYGROUP".
csharp
public sealed class NmLegacyEvent : NmClipEvent, IAnimationEventInheritance
object ← NmClipEvent ← NmLegacyEvent
Implements
Inherited Members
NmClipEvent.ClassName, NmClipEvent.StartCycle, NmClipEvent.StartTime, NmClipEvent.Duration, NmClipEvent.SyncId, NmClipEvent.Data, NmClipEvent.Build(KVObject, float), NmClipEvent.ToString()
Properties
AnimEventClassName
Gets the legacy animation event class name.
csharp
public string AnimEventClassName { get; }
