Click or drag to resize

GodotSynchronizationContextPost Method

[Missing <summary> documentation for "M:Godot.GodotSynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public override void Post(
	SendOrPostCallback d,
	Object state
)

Parameters

d
Type: System.ThreadingSendOrPostCallback

[Missing <param name="d"/> documentation for "M:Godot.GodotSynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)"]

state
Type: SystemObject

[Missing <param name="state"/> documentation for "M:Godot.GodotSynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)"]

See Also