Click or drag to resize

GDConvert Method

[Missing <summary> documentation for "M:Godot.GD.Convert(System.Object,Godot.Variant.Type)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Object Convert(
	Object what,
	VariantType type
)

Parameters

what
Type: SystemObject

[Missing <param name="what"/> documentation for "M:Godot.GD.Convert(System.Object,Godot.Variant.Type)"]

type
Type: GodotVariantType

[Missing <param name="type"/> documentation for "M:Godot.GD.Convert(System.Object,Godot.Variant.Type)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.GD.Convert(System.Object,Godot.Variant.Type)"]

See Also