Click or drag to resize

GDVar2Bytes Method

[Missing <summary> documentation for "M:Godot.GD.Var2Bytes(System.Object,System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static byte[] Var2Bytes(
	Object var,
	bool full_objects = false
)

Parameters

var
Type: SystemObject

[Missing <param name="var"/> documentation for "M:Godot.GD.Var2Bytes(System.Object,System.Boolean)"]

full_objects (Optional)
Type: SystemBoolean

[Missing <param name="full_objects"/> documentation for "M:Godot.GD.Var2Bytes(System.Object,System.Boolean)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Godot.GD.Var2Bytes(System.Object,System.Boolean)"]

See Also