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