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
|