Search Results for

    Show / Hide Table of Contents

    Class CreateTrackDelegate

    Create a new track object.

    Inheritance
    System.Object
    CreateTrackDelegate
    Namespace: FlaxEditor.GUI.Timeline
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class CreateTrackDelegate : MulticastDelegate

    Constructors

    CreateTrackDelegate(Object, IntPtr)

    Declaration
    public CreateTrackDelegate(object object, IntPtr method)
    Parameters
    System.Object object

    System.IntPtr method

    Methods

    BeginInvoke(TrackCreateOptions, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(TrackCreateOptions options, AsyncCallback callback, object object)
    Parameters
    FlaxEditor.GUI.Timeline.TrackCreateOptions options

    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual Track EndInvoke(IAsyncResult result)
    Parameters
    System.IAsyncResult result

    Returns
    FlaxEditor.GUI.Timeline.Track

    Invoke(TrackCreateOptions)

    Declaration
    public virtual Track Invoke(TrackCreateOptions options)
    Parameters
    FlaxEditor.GUI.Timeline.TrackCreateOptions options

    Returns
    FlaxEditor.GUI.Timeline.Track

    Extension Methods

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