Click or drag to resize

GDBytes2Var Method

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

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

Parameters

bytes
Type: SystemByte

[Missing <param name="bytes"/> documentation for "M:Godot.GD.Bytes2Var(System.Byte[],System.Boolean)"]

allow_objects (Optional)
Type: SystemBoolean

[Missing <param name="allow_objects"/> documentation for "M:Godot.GD.Bytes2Var(System.Byte[],System.Boolean)"]

Return Value

Type: Object

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

See Also