Delegate SceneTree.NodeConfigurationWarningChangedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the NodeConfigurationWarningChanged event of a SceneTree class.
public delegate void SceneTree.NodeConfigurationWarningChangedEventHandler(Node node)
Parameters
node
Node- Represents the method that handles the event of a class.
Constructors
NodeConfigurationWarningChangedEventHandler(object, IntPtr)
public NodeConfigurationWarningChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Node, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Node node, AsyncCallback callback, object @object)
Parameters
node
Nodecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Node)
public virtual void Invoke(Node node)
Parameters
node
Node