Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat