csharp
public sealed class AnimationEventDataOne event on the clip's timeline.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public string NameWhat the event is called. A game reads this and decides.
public float TimeWhen it fires, in seconds.
public float FloatIts float payload.
public int IntIts integer payload.
public string StringIts string payload.
Used by (4)
- AnimationClipAssetVixen.Editor.Assets
- AnimationClipDocumentVixen.Editor.AssetEditors
- AnimationClipViewVixen.Editor.AssetEditors
- TypeRegistrationVixen.Editor.Assets