Class ConductorTrack.ProxyKey
The proxy key data.
Inheritance
System.Object
ConductorTrack.ProxyKey
Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class ProxyKey : ValueType
Fields
Keyframes
The keyframes.
Declaration
[EditorDisplay("Keyframes", "__inline__")]
[ExpandGroups]
[Collection(CanReorderItems = false, CanResize = true)]
public List<KeyValuePair<string, object>> Keyframes
Field Value
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, System.Object>>
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|