Table of Contents

Delegate Skeleton3D.BoneEnabledChangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the BoneEnabledChanged event of a Skeleton3D class.

public delegate void Skeleton3D.BoneEnabledChangedEventHandler(long boneIdx)

Parameters

boneIdx long
Represents the method that handles the event of a class.

Constructors

BoneEnabledChangedEventHandler(object, IntPtr)

public BoneEnabledChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long boneIdx, AsyncCallback callback, object @object)

Parameters

boneIdx long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long)

public virtual void Invoke(long boneIdx)

Parameters

boneIdx long