Click or drag to resize

GodotSharpIsDomainFinalizingForUnload Method

Returns true if the domain is being finalized, false otherwise.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool IsDomainFinalizingForUnload(
	int domainId
)

Parameters

domainId
Type: SystemInt32

[Missing <param name="domainId"/> documentation for "M:Godot.GodotSharp.IsDomainFinalizingForUnload(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.GodotSharp.IsDomainFinalizingForUnload(System.Int32)"]

See Also