Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

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