Class EventTrack.EventKey
The event key data.
Inheritance
System.Object
    EventTrack.EventKey
    Implements
System.ICloneable
  Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class EventKey : ValueType, ICloneable
  Fields
Parameters
The parameters values.
Declaration
[EditorDisplay("Parameters", "__inline__")]
[ExpandGroups]
[Collection(CanReorderItems = false, CanResize = true)]
public object[] Parameters
  Field Value
| 
        System.Object[]
         
  | 
    
Methods
Clone()
Declaration
public object Clone()
  Returns
| 
        System.Object
         
  | 
    
ToString()
Declaration
public override string ToString()
  Returns
| 
        System.String
         
  |