Delegate GraphEdit.FrameRectChangedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the FrameRectChanged event of a GraphEdit class.
public delegate void GraphEdit.FrameRectChangedEventHandler(GraphFrame frame, Vector2 newRect)
Parameters
frame
GraphFrame- Represents the method that handles the event of a class.
newRect
Vector2- Represents the method that handles the event of a class.
Constructors
FrameRectChangedEventHandler(object, IntPtr)
public FrameRectChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(GraphFrame, Vector2, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(GraphFrame frame, Vector2 newRect, AsyncCallback callback, object @object)
Parameters
frame
GraphFramenewRect
Vector2callback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(GraphFrame, Vector2)
public virtual void Invoke(GraphFrame frame, Vector2 newRect)
Parameters
frame
GraphFramenewRect
Vector2