Click or drag to resize

EncodedObjectAsIDSetObjectId Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.EncodedObjectAsID.SetObjectId(System.UInt64)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetObjectId is deprecated. Use the ObjectId property instead.")]
public void SetObjectId(
	ulong id
)

Parameters

id
Type: SystemUInt64

[Missing <param name="id"/> documentation for "M:Godot.EncodedObjectAsID.SetObjectId(System.UInt64)"]

See Also